@mgsoftwarebv/mg-dashboard-mcp 7.4.10 → 7.4.11
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12400,7 +12400,7 @@ var TOOLS = [
|
|
|
12400
12400
|
},
|
|
12401
12401
|
{
|
|
12402
12402
|
name: "search-team-memory",
|
|
12403
|
-
description: "Search the team's ENTIRE past Cursor history (every developer, every project) for how something was handled before.
|
|
12403
|
+
description: "Search the team's ENTIRE past Cursor history (every developer, every project) for how something was handled before. Prefer search-wiki FIRST for curated answers; fall back here when the wiki has nothing, returns no confident hit, or a page looks stale. Use before investigating from scratch whenever you: hit a non-trivial bug or error, are about to build something that may have been done before, need a project-specific convention/gotcha, or the user asks 'have we done X', 'how did we fix Y', or 'did we solve this already'. Hybrid semantic + keyword search over mirrored conversations. Returns ranked past chats with repo, date, a solution snippet and a similarity score. Phrase the query as the problem in natural language (e.g. 'release pipeline PM2 deploy fails with module not found').",
|
|
12404
12404
|
inputSchema: {
|
|
12405
12405
|
type: "object",
|
|
12406
12406
|
properties: {
|
package/package.json
CHANGED