mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +02:00
Generates Python scripts from MCP server tools for progressive discovery by agents. Usage: # No auth fastmcp generate https://api.example.com/mcp # OAuth fastmcp generate https://api.example.com/mcp --auth oauth # Environment variable fastmcp generate https://api.example.com/mcp --auth '$MY_TOKEN' # Embedded token fastmcp generate https://api.example.com/mcp --auth "sk-token-123" Each tool becomes a standalone script with inline dependencies (PEP 723). Server instructions are included in AGENTS.md when provided. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| client | ||
| contrib | ||
| deprecated | ||
| experimental | ||
| integration_tests | ||
| prompts | ||
| resources | ||
| server | ||
| tools | ||
| utilities | ||
| __init__.py | ||
| conftest.py | ||
| test_examples.py | ||
| test_mcp_config.py | ||