mcp_tool_test
Generate pytest tests for any MCP tool by specifying the server file path and tool name.
Instructions
Generate pytest tests for an MCP tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | Name of the tool to test. | |
| output_path | No | Optional path to append the generated tests to. | |
| server_path | Yes | Path to the `mcp_server.py` file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |