Created
February 2, 2025 07:46
-
-
Save melvincarvalho/25674f27465f89f84df8a94902bbd059 to your computer and use it in GitHub Desktop.
mcp-log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connected to server. | |
Sending request: { | |
"jsonrpc": "2.0", | |
"id": 1, | |
"method": "initialize", | |
"params": { | |
"capabilities": {} | |
} | |
} | |
Received response: { | |
"jsonrpc": "2.0", | |
"id": 1, | |
"result": { | |
"capabilities": { | |
"tools": { | |
"echo": { | |
"description": "Echo tool" | |
} | |
} | |
}, | |
"serverInfo": { | |
"name": "Simple MCP Server", | |
"version": "1.0.0" | |
} | |
} | |
} | |
Sending request: { | |
"jsonrpc": "2.0", | |
"id": 2, | |
"method": "echo", | |
"params": { | |
"message": "Hello, MCP!" | |
} | |
} | |
Received response: { | |
"jsonrpc": "2.0", | |
"id": 2, | |
"result": { | |
"echoed": { | |
"message": "Hello, MCP!" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment