wolfpack-mcp 1.0.64 → 1.0.65
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -708,9 +708,9 @@ class WolfpackMCPServer {
|
|
|
708
708
|
// Search tool
|
|
709
709
|
{
|
|
710
710
|
name: 'search',
|
|
711
|
-
description: 'Ranked full-text search across project content: wiki pages, work items, cases, journal entries and
|
|
711
|
+
description: 'Ranked full-text search across project content: wiki pages, work items, cases, journal entries, issues and the Wolfpack user manual. ' +
|
|
712
712
|
'Title matches outrank body matches; results include a snippet, entity type, and refId/slug for follow-up calls ' +
|
|
713
|
-
'(get_work_item, get_issue, get_wiki_page, ...). ' +
|
|
713
|
+
'(get_work_item, get_issue, get_wiki_page, ...). Results with entityType "manual" are user manual sections — platform documentation on how Wolfpack features work. ' +
|
|
714
714
|
'Use this to find existing content before creating new items, or when the user asks to "find" or "look up" something without saying where it lives.',
|
|
715
715
|
inputSchema: {
|
|
716
716
|
type: 'object',
|