Skip to content

Refactor backend for FastMCP integration#578

Open
drernie wants to merge 3 commits intodivamgupta:masterfrom
drernie:mcpb-bundling
Open

Refactor backend for FastMCP integration#578
drernie wants to merge 3 commits intodivamgupta:masterfrom
drernie:mcpb-bundling

Conversation

@drernie
Copy link
Copy Markdown

@drernie drernie commented Mar 24, 2026

Summary

  • add a top-level FastMCP bundle scaffold under mcp_bundle/
  • extract a shared Python backend service used by both the legacy stdin backend and the MCP adapter
  • add unit tests for the MCP adapter and backend service seam

Testing

  • python3 -m unittest discover -s mcp_bundle/tests -p 'test_*.py'
  • python3 -c "from mcp_bundle.server.main import _build_server; server = _build_server(); print(type(server).name)"

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