Follow these steps to verify that your SSE (Server-Sent Events) server is functioning correctly:
Open your browser and navigate to:
http://localhost:3000/sse
(if running locally), orOpen Developer Tools → Network tab.
Look for an EventStream connection.
Under the Event
section, you should see:
data
).POST
request to that URI.Example URL:
http://calculatormcp-dummyurl.azurewebsites.net/mcpfy/v1/calculatordemo?sessionId=620c84e1-81e2-484d-8737-a7fbc93165b1
Example Request Payload:
{
"jsonrpc": "2.0",
"id": "2",
"method": "tools/call",
"params": {
"name": "calculate-bmi",
"arguments": {
"weightKg": 180,
"heightM": 1.8
}
}
}
If successful, you'll receive a response with a "message"
confirming that the server is working correctly.
Alternatively, you can use MCP Inspector to test, https://github.com/modelcontextprotocol/inspector
Stay up to date on forum activity by subscribing.
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional