@theronap/cortex-mcp 0.9.79 → 0.9.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/server.mjs +1 -1
- package/package.json +1 -1
package/lib/server.mjs
CHANGED
|
@@ -292,7 +292,7 @@ export async function runServer(version) {
|
|
|
292
292
|
title: 'Review recent project-linked maintenance evidence',
|
|
293
293
|
description: 'Start here when preparing a handoff, status, or next step for a NAMED project. Returns a bounded, RLS-scoped set of recent raw records already linked to that project, before you trust the authored page. These are candidate evidence, not a command to edit: read them, call project_status, then decide whether a material contradiction warrants a minimal accountable correction. Never mutate merely to clear a candidate.',
|
|
294
294
|
inputSchema: {
|
|
295
|
-
project: z.string().describe('the project key from the task, e.g. "checkout-v2"'),
|
|
295
|
+
project: z.string().describe('the project key or exact project name from the task, e.g. "checkout-v2" or "Checkout v2"'),
|
|
296
296
|
since_days: z.number().optional().describe('how far back to inspect (1-90 days, default 30)'),
|
|
297
297
|
limit: z.number().optional().describe('max candidate records (1-50, default 20)'),
|
|
298
298
|
},
|