CtrEditor/.vscode/settings.json

25 lines
687 B
JSON

{
"github.copilot.chat.experimental.models": {
"gpt-4": {
"vendor": "Copilot",
"family": "gpt-4",
"version": "gpt-4",
"maxRequestLength": 8192,
"id": "gpt-4"
}
},
"github.copilot.advanced": {
"debug.overrideProxyUrl": "http://localhost:8080",
"debug.overrideProxyAuthorization": ""
},
"github.copilot.chat.experimental.mcpServers": {
"ctreditor": {
"command": "C:/Users/migue/miniconda3/envs/mcp_proxy/python.exe",
"args": [
"d:/Proyectos/Scripts/MCP_Proxy/mcp_proxy.py",
"5006"
]
}
}
}