Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 380 Bytes

File metadata and controls

12 lines (8 loc) · 380 Bytes

The MCP Inspector is a valuable tool for debugging and testing MCP servers. Here's how to use it with your stdio server:

Run the Inspector: npx @modelcontextprotocol/inspector python server.py

Test your server: The Inspector provides a web interface where you can:

View server capabilities Test tools with different parameters Monitor JSON-RPC messages Debug connection issues