13 lines
247 B
JSON
13 lines
247 B
JSON
|
|
{
|
||
|
|
"mcpServers": {
|
||
|
|
"desktop-control": {
|
||
|
|
"command": "python3",
|
||
|
|
"args": ["mcp_servers/desktop_control_server.py"]
|
||
|
|
},
|
||
|
|
"steam-info": {
|
||
|
|
"command": "python3",
|
||
|
|
"args": ["mcp_servers/steam_info_server.py"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|