@theronap/cortex-mcp 0.9.81 → 0.9.82
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
|
@@ -290,7 +290,7 @@ export async function runServer(version) {
|
|
|
290
290
|
'maintenance_candidates',
|
|
291
291
|
{
|
|
292
292
|
title: 'Review recent project-linked maintenance evidence',
|
|
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.',
|
|
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. When correcting, retain the decisive factual qualifier (for example completion date or state) in the current-status text. Never mutate merely to clear a candidate.',
|
|
294
294
|
inputSchema: {
|
|
295
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)'),
|