添加MAP MCP、联网搜索skill

This commit is contained in:
龙澳
2026-03-27 17:17:29 +08:00
parent 90784a2f7d
commit 6fc17c81f0
21 changed files with 4281 additions and 16 deletions

View File

@@ -4,9 +4,9 @@
"workspace": "~/.nanobot/workspace",
"model": "glm-4.7",
"provider": "zhipu",
"maxTokens": 8192,
"maxTokens": 4096,
"temperature": 0.1,
"maxToolIterations": 20,
"maxToolIterations": 10,
"memoryWindow": 100,
"reasoningEffort": null
}
@@ -282,13 +282,9 @@
},
"mars-datacube": {
"type": null,
"command": "uv",
"command": "python",
"args": [
"run",
"--directory",
"/home/la-mars/studio/mars-mcp",
"python",
"server.py"
"/opt/mcp/mars-mcp/server.py"
],
"env": {},
"url": "",
@@ -297,13 +293,9 @@
},
"map-mcp": {
"type": null,
"command": "uv",
"command": "python",
"args": [
"run",
"--directory",
"/home/la-mars/studio/map-mcp",
"python",
"server.py"
"/opt/mcp/map-mcp/server.py"
],
"env": {},
"url": "",