CtrEditor/CtrEditor.code-workspace

33 lines
616 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../Libraries/LibS7Adv"
},
{
"path": "../../Scripts/MCP_Proxy"
},
{
"path": "C:/Users/migue/AppData/Local/Temp/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": []
}
}
}