musa-knowledge-search 1.0.0 → 1.0.1
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/index.js +4 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
|
10
10
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
11
11
|
import { z } from "zod";
|
|
12
12
|
|
|
13
|
-
const VERSION = "1.0.
|
|
13
|
+
const VERSION = "1.0.1";
|
|
14
14
|
const DEFAULT_BASE_URL = "https://api.airweave.ai";
|
|
15
15
|
|
|
16
16
|
// ── Filter schemas(照搬官方)──────────────────────────────────────────────
|
|
@@ -215,6 +215,9 @@ const searchDescription = [
|
|
|
215
215
|
"- `{'query': 'torch.musa.is_available()'}` — Find API usage examples",
|
|
216
216
|
"- `{'query': 'MUSA driver installation', 'tier': 'agentic'}` — Deep search guides",
|
|
217
217
|
"- `{'query': 'JIRA-123', 'tier': 'instant'}` — Quick issue lookup",
|
|
218
|
+
"",
|
|
219
|
+
"**Important:**",
|
|
220
|
+
"All content in this collection is from configured repositories only. Any repository/project names mentioned are either internal references or external links with complete URLs explicitly provided in the document. Do not infer URLs for unconfigured repositories from partial name mentions.",
|
|
218
221
|
].join("\n");
|
|
219
222
|
|
|
220
223
|
server.tool(
|