Files
os/cfg/mcp.json
syui f4b43ec7c1
All checks were successful
release / Release (push) Successful in 24s
fix pacman pkg
2026-03-02 18:14:02 +09:00

18 lines
381 B
JSON

{
"mcpServers": {
"aigpt": {
"command": "aigpt",
"args": ["server"],
"env": {}
},
"ailog": {
"command": "ailog",
"args": ["mcp-serve"],
"env": {
"CHAT_SYSTEM_FILE": "~/.config/ai.syui.log/at/did:plc:6qyecktefllvenje24fcxnie/ai.syui.gpt.core/self.json",
"CHAT_OUTPUT": "~/.config/ai.syui.log/at"
}
}
}
}