@llangtop/pwiki-mcp 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ const engine = new WikiEngine({
12
12
  basePath: process.env.WIKI_BASE_PATH || defaultDir(),
13
13
  modelId: process.env.WIKI_MODEL_ID || undefined,
14
14
  });
15
- const server = new McpServer({ name: "Pwiki", version: "0.1.0" });
15
+ const server = new McpServer({ name: "Pwiki", version: "0.3.1" });
16
16
  // ============================================================================
17
17
  // Tools — 搜索
18
18
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llangtop/pwiki-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Wiki knowledge base MCP server �?keyword/semantic/hybrid search for any AI agent",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",