Skip to content

fix(mcp): remove blocking parse tools#120

Merged
suguanYang merged 1 commit into
mainfrom
fix/wangbinqi/remove-sync-mcp-parse-tools
Jul 8, 2026
Merged

fix(mcp): remove blocking parse tools#120
suguanYang merged 1 commit into
mainfrom
fix/wangbinqi/remove-sync-mcp-parse-tools

Conversation

@suguanYang

Copy link
Copy Markdown
Contributor

Summary

  • remove the blocking knowhere_parse_url and knowhere_parse_file MCP tools from the full-access runtime surface
  • keep parsing async-only through knowhere_async_parse_url, knowhere_async_parse_file, and knowhere_async_get_job_status
  • update MCP README/tests and add a major changeset for the public tool-surface change

Verification

  • pnpm --filter @ontos-ai/knowhere-mcp test:ci
  • pnpm --filter @ontos-ai/knowhere-mcp typecheck
  • pnpm --filter @ontos-ai/knowhere-mcp lint (passes with existing stdio.ts console warnings)
  • pnpm --filter @ontos-ai/knowhere-mcp build
  • node scripts/require-changeset.mjs origin/main

Checklist

  • Tests were added or updated when behavior changed
  • Public docs or examples were updated when needed
  • A changeset was added when a release should be published

@suguanYang suguanYang merged commit 5ecadfa into main Jul 8, 2026
4 checks passed
@github-actions github-actions Bot mentioned this pull request Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant