docs(mcp): fix MCP tool name testsprite_bootstrap_tests -> testsprite_bootstrap#59
Open
Yazan-O wants to merge 1 commit into
Open
docs(mcp): fix MCP tool name testsprite_bootstrap_tests -> testsprite_bootstrap#59Yazan-O wants to merge 1 commit into
Yazan-O wants to merge 1 commit into
Conversation
The MCP server registers testsprite_bootstrap (parameter pathname), not testsprite_bootstrap_tests (parameter path). Align the docs across the six referencing files. Verified via an MCP tools/list on @testsprite/testsprite-mcp 0.0.39.
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.
What
The MCP docs reference the bootstrap tool as
testsprite_bootstrap_tests, but the tool the MCP server actually registers istestsprite_bootstrap— and its first parameter ispathname, notpath. An agent or user copy-pasting the documented name/parameter gets a "tool not found" (or a silently ignored parameter).This corrects the tool name across the six files that reference it, and fixes the
path→pathnameparameter in the tool reference.Verified
Against the shipped plugin
@testsprite/testsprite-mcp@0.0.39, via an MCPtools/listover stdio:Files
mcp/core/tools.mdx— accordion title, parameter name, usage example, workflow diagrammcp/concepts/key-terms.mdxmcp/core/create-tests-new-feature.mdxmcp/core/create-tests-new-project.mdxmcp/maintenance/cost-performance.mdxmcp/troubleshooting/application-detection-issues.mdxOut of scope (flagged, not changed)
mcp/core/tools.mdxalso liststestsprite_rerun_tests (beta)and omitstestsprite_check_account_infocompared to the currenttools/list. Left untouched to keep this PR focused on the confirmed name/parameter drift — happy to follow up if you'd like those reconciled.