chore: extract MCP server to knowledgestack/ks-mcp#6
Merged
Conversation
The MCP server and Python SDK now live in their own repos. This cookbook only hosts flagship agent demos and recipes; it consumes knowledgestack-mcp at runtime via `uvx` and ksapi from PyPI. - Remove mcp-python/ from the workspace (history preserved in ks-mcp via git filter-repo) - Update pyproject.toml workspace members - Relock (knowledgestack-mcp / respx / pytest-asyncio dropped) - Update Makefile: `make test` is now a pointer to ks-mcp - Update CI: drop the MCP test step - Update README, CLAUDE.md, CONTRIBUTING.md, docs/wiki to point at the new ks-mcp and ks-sdk repos Related: - https://github.com/knowledgestack/ks-mcp - https://github.com/knowledgestack/ks-sdk Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The MCP server and Python SDK are now standalone repos. This cookbook keeps just the flagships and recipes; it consumes
knowledgestack-mcpat runtime viauvxandksapifrom PyPI.New repos
mcp-python/viagit filter-repo). CI green, branch protection applied, CODEOWNERS →@knowledgestack/ks-admins.ksapi). Seeded from the ks-backend codegen output at v1.67.0. CI green, branch protection applied.Changes here
mcp-python/(history preserved in ks-mcp).mcp-pythonfrom[tool.uv.workspace].members; relock.make testis now a pointer to ks-mcp.Follow-ups (separate PRs / issues)
knowledgestack/ks-sdkinstead of the localcodegen/ks-backend-python/subpath.Test plan
uv sync --all-packagescleanuv run ruff check .passesmake demo-credit-memostill works end-to-end🤖 Generated with Claude Code