fix(docs): align MCP tool docs and help text with actual code #95
+9
−6
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.
Summary
Fix stale MCP tool parameter docs and help text model name.
MCP-SETUP.md (
skills/qmd/references/)qmd_get— wrong param name, nonexistent param, missing params:path(required)file(required)mcp.ts:454full(optional)mcp.ts:454-457fromLine(optional)mcp.ts:455maxLines(optional)mcp.ts:456qmd_multi_get— missing params:maxLines(optional)mcp.ts:519lineNumbers(optional)mcp.ts:521qmd_search/qmd_vsearch/qmd_query— wrong default:limitdefault: 5limitdefault: 10mcp.ts:265,306,370src/qmd.tsshowHelp()line 2419 still showedQwen3-0.6B-Q8_0(the commented-out old model atllm.ts:178) instead of the currentqmd-query-expansion-1.7B-q4_k_m(llm.ts:179).Test plan
qmd --helpshows updated generation model namemcp.tstool schemas