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
A new optional new MCP Server configuration parameter, `transport.auth.disable_auth_token_passthrough`, which is `false` by default, that when true, will no longer pass through validated Auth tokens to the GraphQL API.
Update the RMCP dependency to the latest version, pulling in newer specification changes.
168
-
169
-
### Pin stable rust version - @nicholascioli PR #287
170
-
171
-
Pins the stable version of Rust to the current latest version to ensure backwards compatibility with future versions.
172
-
173
161
### Add tests for server event and SupergraphSdlQuery - @DaleSeo PR #347
174
162
175
163
This PR adds tests for some uncovered parts of the codebase to check the Codecov integration.
176
164
177
-
### Configure Codecov with coverage targets - @DaleSeo PR #337
178
-
179
-
This PR adds `codecov.yml` to set up Codecov with specific coverage targets and quality standards. It helps define clear expectations for code quality. It also includes some documentation about code coverage in `CONTRIBUTING.md` and adds the Codecov badge to `README.md`.
180
-
181
-
### Implement Test Coverage Measurement and Reporting - @DaleSeo PR #335
182
-
183
-
This PR adds the bare minimum for code coverage reporting using [cargo-llvm-cov](https://crates.io/crates/cargo-llvm-cov) and integrates with [Codecov](https://www.codecov.io/). It adds a new `coverage` job to the CI workflow that generates and uploads coverage reporting in parallel with existing tests. The setup mirrors that of Router, except it uses `nextest` instead of the built-in test runner and CircleCI instead of GitHub Actions.
184
-
185
165
### Fix version on mcp server tester - @alocay PR #374
186
166
187
167
Add a specific version when calling the mcp-server-tester for e2e tests. The current latest (1.4.1) as an issue so to avoid problems now and in the future updating the test script to invoke the testing tool via specific version.
0 commit comments