18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"mcpServers": {
|
|
"terminal-go2-mcp": {
|
|
"disabled": false,
|
|
"type": "stdio",
|
|
"timeout": 30,
|
|
"command": "uvx",
|
|
"args": [
|
|
"terminal_go2_mcp"
|
|
],
|
|
"env": {
|
|
"employeeId": "$employeeId$",
|
|
"userId": "$employeeId$"
|
|
}
|
|
}
|
|
}
|
|
}
|