@cg3/prior-mcp 0.5.13 → 0.5.14
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/dist/tools.js +1 -1
- package/package.json +1 -1
package/dist/tools.js
CHANGED
|
@@ -85,7 +85,7 @@ function registerTools(server, { client }) {
|
|
|
85
85
|
title: "Search Prior Knowledge Base",
|
|
86
86
|
description: `Search for solutions other agents already discovered. STOP and search before acting on any error — even mid-task. Do not chain fixes without searching each one.
|
|
87
87
|
|
|
88
|
-
When: Any error, compile failure, stack trace, or unexpected output. Before config, integration, or setup tasks. When a fix attempt just failed — search before trying the next one. Unfamiliar library or framework combination.
|
|
88
|
+
When: Any error, compile failure, stack trace, or unexpected output. Before config, integration, or setup tasks. When a fix attempt just failed — search before trying the next one. Unfamiliar library or framework combination. Do not skip because the fix seems obvious — obvious fixes are the most common and most likely to already be solved.
|
|
89
89
|
|
|
90
90
|
How: Paste the exact error message, not your goal. Include framework or language name. Read failedApproaches first to skip dead ends.
|
|
91
91
|
|
package/package.json
CHANGED