Skip to content

docs(mcp): fix MCP tool name testsprite_bootstrap_tests -> testsprite_bootstrap#59

Open
Yazan-O wants to merge 1 commit into
TestSprite:v1.0from
Yazan-O:docs/fix-mcp-bootstrap-tool-name
Open

docs(mcp): fix MCP tool name testsprite_bootstrap_tests -> testsprite_bootstrap#59
Yazan-O wants to merge 1 commit into
TestSprite:v1.0from
Yazan-O:docs/fix-mcp-bootstrap-tool-name

Conversation

@Yazan-O

@Yazan-O Yazan-O commented Jul 24, 2026

Copy link
Copy Markdown

What

The MCP docs reference the bootstrap tool as testsprite_bootstrap_tests, but the tool the MCP server actually registers is testsprite_bootstrap — and its first parameter is pathname, not path. 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 pathpathname parameter in the tool reference.

Verified

Against the shipped plugin @testsprite/testsprite-mcp@0.0.39, via an MCP tools/list over stdio:

testsprite_bootstrap — params: [localPort, pathname, type, projectPath, testScope]

Files

  • mcp/core/tools.mdx — accordion title, parameter name, usage example, workflow diagram
  • mcp/concepts/key-terms.mdx
  • mcp/core/create-tests-new-feature.mdx
  • mcp/core/create-tests-new-project.mdx
  • mcp/maintenance/cost-performance.mdx
  • mcp/troubleshooting/application-detection-issues.mdx

Out of scope (flagged, not changed)

mcp/core/tools.mdx also lists testsprite_rerun_tests (beta) and omits testsprite_check_account_info compared to the current tools/list. Left untouched to keep this PR focused on the confirmed name/parameter drift — happy to follow up if you'd like those reconciled.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant