generate
Turns a plain-English description into a complete, tested FastMCP 3.x server with project plan, validation, and test results, removing manual protocol boilerplate.
Instructions
Generate a complete FastMCP 3.x server from a plain-English description.
Returns a dict with keys: path, plan (dict), valid (bool), tests_run (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | claude-sonnet-4-6 | |
| strict | No | ||
| dry_run | No | ||
| language | No | python | |
| provider | No | anthropic | |
| template | No | ||
| transport | No | streamable-http | |
| multi_file | No | ||
| no_execute | No | ||
| description | Yes | ||
| output_path | No | ||
| auth_profile | No | none | |
| from_openapi | No | ||
| middleware_profiles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||