User Guides
Marketplace
Developer Playground

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

  1. Provide SSE and STDIO two protocols to connect with MCP servers.

  2. Allow developers to customize server address, port and more basic information on configure page.

  3. Build or cut the connection with server via button, meanwhile feedback the connection status in real-time.

Live Monitoring

  1. Display the real-time request and responses from the server.

  2. Highlight error and warning messages during debugging.

  3. Inspect request parameters and response formats interactively.

Historical Data

  1. Log all interactions with MCP server.

  2. Support multi-dimension filterings.

  3. Export logs for archiving or troubleshooting.

Debugging Tools

  1. Built-in panel to manually send custom request.

  2. List the detailed error logs for developer to quickly locate the root cause.

  3. Iterative debugging tools such as request replay, parameters modification.