feat(serve): stdio runner so a capability can be packaged and launched#3
Merged
Conversation
Add py2mcp.serve (serve_stdio + resolve_server_config/load_server_config) plus
python -m py2mcp and a py2mcp console script, so a packaged integration (e.g. a
Claude Desktop .mcpb bundle) can launch an MCP server over stdio from a
{name, refs} config. coact's new publish axis is the first consumer.
Also source __version__ from installed metadata instead of a hardcoded literal
that had drifted from pyproject. Tests added (config resolution + clean error on
missing config).
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
Adds
py2mcp.serve— a stdio runner so a packaged integration (e.g. a ClaudeDesktop
.mcpbbundle) can launch an MCP server over stdio from a{name, refs}config. Themk_mcp_*builders return a server object but leaverunning it to the caller; this fills that gap.
What's included
py2mcp/serve.py—serve_stdio+resolve_server_config/load_server_configpython -m py2mcp(__main__.py) + apy2mcpconsole script__version__now sourced from installed metadata (was a hardcoded literal thathad drifted from
pyproject.toml)Why
The first consumer is coact's new publish axis (thorwhalen/coact), which
generates
.mcpbbundles whose server shim runspy2mcp.serveagainst a bundledconfig.