v0.7.5-rc.1
Pre-release
Pre-release
·
418 commits
to main
since this release
🛠 Maintenance
test: adding a basic manual e2e test for mcp server - @alocay PR #320
Adding some basic e2e tests using mcp-server-tester. Currently, the tool does not always exit (ctrl+c is sometimes needed) so this should be run manually.
How to run tests?
Added a script run_tests.sh (may need to run chmod +x to run it) to run tests. Basic usage found via ./run_tests.sh -h. The script does the following:
- Builds test/config yaml paths and verifies the files exist.
- Checks if release
apollo-mcp-serverbinary exists. If not, it builds the binary viacargo build --release. - Reads in the template file (used by
mcp-server-tester) and replaces all<test-dir>placeholders with the test directory value. Generates this test server config file and places it in a temp location. - Invokes the
mcp-server-testervianpx. - On script exit the generated config is cleaned up.
Example run:
To run the tests for local-operations simply run ./run_tests.sh local-operations
Update snapshot format - @DaleSeo PR #313
Updates all inline snapshots in the codebase to ensure they are consistent with the latest insta format.
Hardcoded version strings in tests - @DaleSeo PR #305
The GraphQL tests have hardcoded version strings that we need to update manually each time we release a new version. Since this isn't included in the release checklist, it's easy to miss it and only notice the test failures later.