36 lines
657 B
Plaintext
36 lines
657 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../Libraries/LibS7Adv"
|
|
},
|
|
{
|
|
"path": "../../Scripts/MCP_Proxy"
|
|
},
|
|
{
|
|
"path": "C:/Users/migue/AppData/Local/Temp/TSNet"
|
|
},
|
|
{
|
|
"path": "../../Github/TSNet"
|
|
}
|
|
],
|
|
"settings": {
|
|
"mcp": {
|
|
"servers": {
|
|
"ctreditor": {
|
|
"command": "C:/Users/migue/miniconda3/envs/mcp_proxy/python.exe",
|
|
"args": [
|
|
"d:/Proyectos/Scripts/MCP_Proxy/mcp_proxy.py",
|
|
"--host", "localhost",
|
|
"--port", "5006",
|
|
"--name", "CtrEditor",
|
|
"--description", "CtrEditor WPF Application MCP Server for debugging and testing"
|
|
]
|
|
}
|
|
},
|
|
"inputs": []
|
|
}
|
|
}
|
|
} |