can postman request mcp server?
I want to debug my mcp server interface by postman request, Is it available?
When I try to request my MCP server through postman post method,the response is error like this: { "jsonrpc": "2.0", "id": "server-error", "error": { "code": -32600, "message": "Bad Request: Missing session ID" } }
my request body is: { "jsonrpc": "2.0", "id": 1, "method": "call_tool", "params": { "session_id": "test-session-1", // 这里必须有 "toolCalls": [ { "name": "list_trace_files", "arguments": {} } ] }
The error is showing that you have not modelled the sessions ID properly in the POSTMAN, HTTP, POST method. Check for it properly over the server.
这是来自QQ邮箱的假期自动回复邮件。 您好,刘文苑已收到你的来信,愿您快乐每一天!!^=^
sse and streamable-http are different methods. sse is two lines. If you use postman, you can call streamable-http to try
这是来自QQ邮箱的假期自动回复邮件。 您好,刘文苑已收到你的来信,愿您快乐每一天!!^=^
The best client for development is Inspector.
这是来自QQ邮箱的假期自动回复邮件。 您好,刘文苑已收到你的来信,愿您快乐每一天!!^=^