Updated V3-MCP-SUPPORT code to use local LLMs.

This commit is contained in:
Aniket1995 2025-02-26 16:37:59 +05:30
parent 40a8c6c67e
commit bfbdf97f94

View File

@ -0,0 +1,10 @@
{
"mcpServers": {
"archon": {
"command": "[path to Archon]\\archon\\venv\\Scripts\\python.exe",
"args": [
"[path to Archon]\\archon\\mcp_server.py"
]
}
}
}