Skip to content

Request for a "Hello, World!" RPC request #21

Answered by dsp-ant
ColinKennedy asked this question in Q&A
Discussion options

You must be logged in to vote

My go to way is

{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"protocolVersion": "2024-11-05", "capabilities": {}, "clientInfo": {"name": "test-client", "version": "0.1.0"}}}
{"jsonrpc": "2.0", "method": "notifications/initialized"}
{"jsonrpc": "2.0", "id": 2, "method": "prompts/list"}

Can just be provided line by line when running npx @modelcontextprotocol/server-everything

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ColinKennedy
Comment options

@dsp-ant
Comment options

Answer selected by jspahrsummers
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants