| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
There was a problem hiding this comment.
I don't think it should go on the root directory, but besides that, all good.
Sorry, something went wrong.
There was a problem hiding this comment.
where do you think it should go?
Sorry, something went wrong.
|
will wait to merge this until the conformance repo does a release |
Sorry, something went wrong.
|
Closing as stale. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Replaces the custom conformance test scripts with the composite GitHub Action from modelcontextprotocol/conformance. This is a proof-of-concept to validate the action works in CI before tagging a release.
Depends on: modelcontextprotocol/conformance#113
Changes
Before
After
Once the conformance repo tags a release, the ref will be updated to a proper version tag.