Skip to content

Adds Http Stream Server for MCP #5788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 12 commits into
base: mcp/init
Choose a base branch
from
Draft

Adds Http Stream Server for MCP #5788

wants to merge 12 commits into from

Conversation

ChrisPenner
Copy link
Member

Overview

Adds the MCP endpoints for connection MCP to an existing ucm executable.
Most agents prefer to use the stdio approach, and that version is more robust since it doesn't require a UCM to be already running to connect to, but perhaps some agents prefer this method. Mostly I added it so we can do transcript testing against the MCP.

Implementation notes

  • Mounts the mcp http server interface at /codebase/mcp on the codeserver port.
  • Adds POST requests to the transcript parser
  • Delimits the BODY: and RESPONSE: in API transcripts accordingly (this improves clarity and also makes parsing easier)

Test coverage

  • Adds transcript tests for the MCP server

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