feat: add repo evidence mcp tool
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user