fastmcp/tests
Jeremiah Lowin d060e93eec
Narrow examples-gate exclusion to uv.lock, fix qr_server stale import
A bare pyproject.toml in an examples/ subdir isn't evidence of an
incompatible dependency graph -- most just declare extras (qrcode,
phue2, atproto). Only a directory with its own uv.lock is genuinely
independently resolved. Narrowing the exclusion brought 20 more files
into scope and caught exactly the bug class the gate exists for:
qr_server.py's `from mcp import types` / `mimeType=` are stale v1
idioms that would raise on the current SDK.
2026-07-08 09:06:22 -04:00
..
apps Add default prefill to FormInput.collect_input (#3937) 2026-04-14 13:23:36 -04:00
cli Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
client Teach fastmcp.Client the modern protocol: mode negotiation, MRTR driver, response cache (#4450) 2026-07-07 08:00:45 -04:00
conformance Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
contrib Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
deprecated Merge pull request #4453 from PrefectHQ/remove/deprecated-params 2026-07-07 07:59:53 -04:00
docs Skip live-import validation for frozen v2 doc snapshots 2026-07-07 07:53:10 -04:00
experimental Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
fs fix(fs): isolate same-named package imports across providers (#4361) 2026-06-24 10:57:01 -04:00
integration_tests Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
prompts Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
resources Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
scripts Exempt maintainers from MRE auto-close (#4220) 2026-05-23 09:02:44 -04:00
server Merge pull request #4449 from PrefectHQ/modernize/path-security 2026-07-07 08:00:21 -04:00
telemetry Use standard traceparent/tracestate keys per OTel MCP semconv (#3221) 2026-02-18 15:51:24 -05:00
tools Repoint tests and examples off removed deprecations 2026-07-07 07:53:11 -04:00
utilities Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
__init__.py Update type handling for resources 2024-11-29 19:42:46 -05:00
conftest.py Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
test_apps.py Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
test_apps_prefab.py Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
test_compat.py Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
test_examples_importable.py Narrow examples-gate exclusion to uv.lock, fix qr_server stale import 2026-07-08 09:06:22 -04:00
test_exceptions.py Emit one SERVER span per request and adopt spec-correct error codes (#4445) 2026-07-07 07:49:06 -04:00
test_fastmcp_app.py Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
test_json_schema_generation.py fix: resolve Pyright "Module is not callable" on @tool, @resource, @prompt decorators (#3540) 2026-03-17 18:11:42 -04:00
test_mcp_config.py Migrate to MCP Python SDK v2 (#4437) 2026-07-06 17:36:45 -04:00
test_settings.py Add targeted coverage tests (#4230) 2026-05-25 18:57:28 -04:00