feat: add repo evidence mcp tool

This commit is contained in:
ejclaw
2026-05-26 01:20:14 +09:00
parent 4fea77f12c
commit 48ee682b3e
4 changed files with 432 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import {
} from './verification.js';
import { resolveIpcDirectories } from './ipc-paths.js';
import { buildSendMessageIpcPayload } from './ipc-message.js';
import { registerRepoEvidenceTool } from './ipc-repo-evidence-tool.js';
const { ipcDir: IPC_DIR, hostIpcDir: HOST_IPC_DIR } = resolveIpcDirectories(
process.env,
@@ -536,6 +537,8 @@ server.tool(
},
);
registerRepoEvidenceTool(server, REPO_ROOT);
server.tool(
'list_tasks',
"List all scheduled tasks. From main: shows all tasks. From other groups: shows only that group's tasks.",