This commit is contained in:
2026-02-27 13:46:31 +09:00
parent c31240ec37
commit 71c4f2513b
8 changed files with 159 additions and 13 deletions

17
cfg/mcp.json Normal file
View File

@@ -0,0 +1,17 @@
{
"mcpServers": {
"aigpt": {
"command": "aigpt",
"args": ["server"],
"env": {}
},
"ailog": {
"command": "ailog",
"args": ["mcp"],
"env": {
"CHAT_SYSTEM_FILE": "/home/ai/.config/aigpt/core.md",
"CHAT_OUTPUT": "/home/ai/log/public/content"
}
}
}
}