fix ailog mcp
Some checks failed
release / Release (push) Has been cancelled

This commit is contained in:
2026-03-01 22:00:08 +09:00
parent ae467c2501
commit f58dc2d782
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
},
"ailog": {
"command": "ailog",
"args": ["mcp"],
"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"

View File

@@ -26,4 +26,7 @@ fi
function setup() {
aigpt setup
# ailog oauth $handle
# ailog oauth $ai --bot
# claude
}