Files
os/cfg/mcp.json
syui 70b9ca71b5
All checks were successful
release / Release (push) Successful in 6m2s
fix cfg
2026-03-01 22:01:12 +09:00

18 lines
393 B
JSON

{
"mcpServers": {
"aigpt": {
"command": "aigpt",
"args": ["server"],
"env": {}
},
"ailog": {
"command": "ailog",
"args": ["mcp-serve"],
"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"
}
}
}
}