Files
os/cfg/mcp.json
syui 729c1d73cf
All checks were successful
release / Release (push) Successful in 7m42s
fix mcp
2026-03-01 19:53:29 +09:00

18 lines
387 B
JSON

{
"mcpServers": {
"aigpt": {
"command": "aigpt",
"args": ["server"],
"env": {}
},
"ailog": {
"command": "ailog",
"args": ["mcp"],
"env": {
"CHAT_SYSTEM_FILE": "/home/ai/ai/log/public/content/did:plc:6qyecktefllvenje24fcxnie/ai.syui.gpt.core/self.json",
"CHAT_OUTPUT": "/home/ai/ai/log/public/content"
}
}
}
}