diff --git a/.changeset/remove-sync-mcp-parse-tools.md b/.changeset/remove-sync-mcp-parse-tools.md deleted file mode 100644 index 10fe199..0000000 --- a/.changeset/remove-sync-mcp-parse-tools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ontos-ai/knowhere-mcp": major ---- - -Remove the blocking `knowhere_parse_url` and `knowhere_parse_file` tools from the MCP server. Agents should use the async parse tools and poll `knowhere_async_get_job_status` before reading parsed results. diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 98e5788..1c660f5 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,11 @@ # @ontos-ai/knowhere-mcp +## 3.0.0 + +### Major Changes + +- [#120](https://github.com/Ontos-AI/knowhere-node-sdk/pull/120) [`eb7d931`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/eb7d9319a35796d4dd96f71f013dea59b4208a97) Thanks [@suguanYang](https://github.com/suguanYang)! - Remove the blocking `knowhere_parse_url` and `knowhere_parse_file` tools from the MCP server. Agents should use the async parse tools and poll `knowhere_async_get_job_status` before reading parsed results. + ## 2.1.4 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 6115efe..c1d7daf 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@ontos-ai/knowhere-mcp", - "version": "2.1.4", + "version": "3.0.0", "description": "MCP wrapper for the Knowhere Node.js SDK local knowledge tools", "keywords": [ "knowhere",