You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: use conformance repo's composite GitHub Action
Replace custom npx scripts with the composite action from
modelcontextprotocol/conformance. This simplifies the workflow by:
- Removing the manual actions/setup-node step (handled by the action)
- Replacing run-server.sh's npx call with the action
- Replacing the inline npx call for client tests with the action
- Removing continue-on-error (Python SDK passes all tests)
References conformance repo at commit ab789d6 (expected-failures branch)
until a tagged release is available.
0 commit comments