Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: add PoC of HTTP client transport for TypeScript #1

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

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Feb 14, 2025

This client transport is a stateless transport that uses JSONRPC over HTTP POST, foregoing stateful communication and therefore avoiding some of the complexity of the SSE transport (and the need for persistent connections). It does mean that server-to-client communication is not possible.

This transport is also implemented in Python in this PR, and the TypeScript client has been tested against the Python server.

This client transport is a stateless transport that uses JSONRPC
over HTTP POST, foregoing stateful communication and therefore
avoiding some of the complexity of the SSE transport (and the
need for persistent connections). It does mean that server-to-client
communication is not possible.

This transport is also implemented in Python in [this PR], and
the TypeScript client has been tested against the Python server.

[this PR]: grafana/mcp-grafana#24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant