From 8d619acf711c1c0a4201cc12a12175db3229dd09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:42:41 +0000 Subject: [PATCH] Release package --- .changeset/remove-sync-mcp-parse-tools.md | 5 ----- packages/mcp/CHANGELOG.md | 6 ++++++ packages/mcp/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/remove-sync-mcp-parse-tools.md 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",