How It Works
Stage 1: MCP Introspection (Always executed)- Connects to your MCP server
- Discovers all available tools, resources, and prompts
- Analyzes tool schemas and capabilities
- Processes documentation URLs you provide
- Incorporates usage examples and best practices
- Learns from your specific server context
- Uses AI model to search for domain-specific knowledge about the MCP’s operational area
Quick Start
1
Ensure you have a configured server
Before generating tests, make sure you have at least one MCP server configured:
2
Run the generation wizard
Start the interactive test generation wizard:
3
Follow the interactive prompts
The wizard will guide you through:
- Selecting which server to test
- Optionally specifying a testing focus
- Optionally providing documentation URLs
- Choosing whether to enable web research
4
Run your generated tests
Once generation completes, run your new test suite:The suite ID will be displayed after generation completes.
Test Metadata
Each generated test includes metadata for tracking:Next Steps
After generating your test suite:- Run the tests - Execute with
mcp-t run <suite-id> <server-id>
- Review results - Check which tests pass and which fail
- Customize - Edit the generated suite to add specific test cases
- Iterate - Regenerate tests as your server evolves