Skip to content

Conversation

@ramonclaudio
Copy link

@ramonclaudio ramonclaudio commented Feb 2, 2026

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:

Before After Source
path (required) file (required) mcp.ts:454
full (optional) removed (doesn't exist) mcp.ts:454-457
(missing) fromLine (optional) mcp.ts:455
(missing) maxLines (optional) mcp.ts:456

qmd_multi_get — missing params:

Before After Source
(missing) maxLines (optional) mcp.ts:519
(missing) lineNumbers (optional) mcp.ts:521

qmd_search / qmd_vsearch / qmd_query — wrong default:

Before After Source
limit default: 5 limit default: 10 mcp.ts:265,306,370

src/qmd.ts

showHelp() line 2419 still showed Qwen3-0.6B-Q8_0 (the commented-out old model at llm.ts:178) instead of the current qmd-query-expansion-1.7B-q4_k_m (llm.ts:179).

Test plan

  • qmd --help shows updated generation model name
  • MCP-SETUP.md parameters match mcp.ts tool schemas

MCP-SETUP.md had stale parameter documentation for several tools:

- qmd_get: param was `path` (actual: `file`), listed nonexistent `full`
  param, missing `fromLine` and `maxLines`
- qmd_multi_get: missing `maxLines` and `lineNumbers` params
- qmd_search/vsearch/query: limit default documented as 5 (actual: 10)

Also fixes showHelp() model name — still showed the old Qwen3-0.6B-Q8_0
after the switch to the fine-tuned qmd-query-expansion-1.7B model.
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