The MCP conformance test suite expects resources/subscribe and resources/unsubscribe support. FastMCP doesn't implement resource subscriptions, so both checks are listed as expected failures in tests/conformance/expected-failures.yml.
When implemented, remove resources-subscribe and resources-unsubscribe from the expected failures file and verify the conformance suite passes.
The MCP conformance test suite expects
resources/subscribeandresources/unsubscribesupport. FastMCP doesn't implement resource subscriptions, so both checks are listed as expected failures intests/conformance/expected-failures.yml.When implemented, remove
resources-subscribeandresources-unsubscribefrom the expected failures file and verify the conformance suite passes.