refactor(mcp): doc audit 2026 03 07#3586
Merged
jqnatividad merged 4 commits intomasterfrom Mar 7, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation/metadata refresh for the qsv MCP “Agent Skills” bundle, aligning guides and versions with the 17.0.0 release and tightening the local contributor docs.
Changes:
- Update MCP bundle/plugin metadata to v17.0.0 and adjust the MCP manifest server entry paths.
- Refresh macOS quick-start guide examples/URLs to the 17.0.0 release.
- Condense
.claude/skills/CLAUDE.mdinto a shorter workflow-focused reference; ignore local audit docs directory.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.gitignore |
Ignore .claude/skills/docs/audits directory. |
.claude/skills/src/mcp-tools.ts |
Update doc comment to reflect 12 common commands. |
.claude/skills/manifest.json |
Change MCP server entry point/args paths to dist/mcp-server.js. |
.claude/skills/docs/guides/MACOS-QUICK_START.md |
Bump example versions/URLs and “Last updated” stamp to 17.0.0 / 2026-03-07. |
.claude/skills/CLAUDE.md |
Replace long guide with shorter operational/workflow notes. |
.claude/skills/.claude-plugin/plugin.json |
Bump plugin version to 17.0.0. |
…immed CLAUDE.md Address review findings from Agent Slimmer audit: - Add operational limits quick reference table (MAX_MCP_RESPONSE_SIZE, LARGE_FILE_THRESHOLD_BYTES, MAX_LOG_MESSAGE_LEN, MAX_OUTPUT_SIZE, default timeout) so developers don't need to read source files - Restore test:watch, test:coverage, and test:examples npm scripts - Use explicit 📊 emoji instead of generic "stats emoji" description Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…te to operational limits manifest.json referenced non-existent server/ directory; tsconfig.json outDir is dist/ which is consistent with package.json, .mcp.json, and mcp-config.json. Added verification date note to operational limits table in CLAUDE.md to help catch value drift over time. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
No description provided.