mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-18 11:39:12 +02:00
- Generator now uses pydantic_core.to_json() instead of json.dumps() - Consistent with rest of fastmcp codebase - Generated CLI still uses plain json module (standalone script) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_cli.py | ||
| test_client_commands.py | ||
| test_config.py | ||
| test_cursor.py | ||
| test_discovery.py | ||
| test_generate_cli.py | ||
| test_goose.py | ||
| test_install.py | ||
| test_mcp_server_config_integration.py | ||
| test_mcp_server_config_schema.py | ||
| test_project_prepare.py | ||
| test_run.py | ||
| test_run_config.py | ||
| test_server_args.py | ||
| test_shared.py | ||
| test_tasks.py | ||
| test_with_argv.py | ||