Skip to content

Add Streamable HTTP transport option using Express #9

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jpg0
Copy link

@jpg0 jpg0 commented Jun 22, 2025

  • Implements Streamable HTTP transport using Express when --http flag is provided.
  • Follows stateless MCP server pattern by creating new server/transport instances per request.
  • Retains Stdio transport as the default.
  • Adds 'commander' for CLI options and 'express' for HTTP server.
  • Updates README with new --http option.

- Implements Streamable HTTP transport using Express when --http flag is provided.
- Follows stateless MCP server pattern by creating new server/transport instances per request.
- Retains Stdio transport as the default.
- Adds 'commander' for CLI options and 'express' for HTTP server.
- Updates README with new --http option.
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