Files
os/cfg/mcp.json
syui f58dc2d782
Some checks failed
release / Release (push) Has been cancelled
fix ailog mcp
2026-03-01 22:00:08 +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"
}
}
}
}