test: add MCP tools/call end-to-end test#137
Merged
Merged
Conversation
Extend the managed install e2e suite with a test that calls doc_set through the MCP server and verifies the file was modified on disk. This closes the loop: install binary, start MCP, initialize, list tools, call a tool, and confirm the side effect. Also bumps the --version timeout from 5s to 15s to avoid intermittent failures on cold binary starts. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
patchloom-release Bot
pushed a commit
that referenced
this pull request
Jun 18, 2026
- Add RELEASE_NOTES.md to .vscodeignore so it is not shipped in the extension package (it leaked into the v0.0.4 vsix) - Update patchloomCli.test.ts count in AGENTS.md from 35 to 36 to reflect the tools/call e2e test added in PR #137 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends the managed install e2e suite to call
doc_setthroughthe MCP server and verify the file was modified on disk. This closes
the full loop: install binary, start MCP, initialize, list tools,
call a tool, confirm the side effect.
Also bumps the
--versiontimeout from 5s to 15s to avoidintermittent failures on cold binary starts.
257 tests, 0 failures, 91.48% coverage.