Developer Playground
The Developer Playground provides a live testing and debugging environment tailored for MCP service development. This section shows the features available.
Connection Configurations
-
Provide SSE and STDIO two protocols to connect with MCP servers.
-
Allow developers to customize server address, port and more basic information on configure page.
-
Build or cut the connection with server via button, meanwhile feedback the connection status in real-time.
Live Monitoring
-
Display the real-time request and responses from the server.
-
Highlight error and warning messages during debugging.
-
Inspect request parameters and response formats interactively.
Historical Data
-
Log all interactions with MCP server.
-
Support multi-dimension filterings.
-
Export logs for archiving or troubleshooting.
Debugging Tools
-
Built-in panel to manually send custom request.
-
List the detailed error logs for developer to quickly locate the root cause.
-
Iterative debugging tools such as request replay, parameters modification.