Add plugin trace-mcp - #54
Open
nikolai-vysotskyi wants to merge 1 commit into
Open
nikolai-vysotskyi wants to merge 1 commit into
nikolai-vysotskyi wants to merge 1 commit into
Conversation
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 changes
Adds
plugins/nikolai-vysotskyi/trace-mcp: a portable Agent Plugins 1.0 package for trace-mcp, a local code-intelligence MCP server. Upstream: https://github.com/nikolai-vysotskyi/trace-mcpContents:
plugin.json,mcp.json(one stdio server, baretrace-mcpcommand),README.md, MITLICENSE, and four skills (trace-mcp,trace-mcp-refactoring,trace-mcp-codemod,trace-mcp-pre-commit).User value
A MiniMax Code user can ask who calls a function and what breaks if its signature changes, and get the answer from the index instead of the agent reading files one by one.
Example prompt:
Expected result: the agent calls the trace-mcp search and impact tools and answers with the call sites plus the blast radius, without opening each file. On an unindexed project the agent runs
trace initonce first.Plugin submission checklist
plugins/<github-owner>/<plugin-name>.plugin.jsonname matches the Plugin directory.README.mdincludes a real example prompt and expected result.LICENSEandplugin.jsondeclare an open-source license (MIT in both, same as upstream).trace-mcponPATHvianpm install -g trace-mcp, macOS/Linux/Windows; no account, no paid service, no key).TODOhas been replaced (noTODOstring in the package; verified by search).npm run checkpasses (left to CI; see Evidence).Evidence
I read
scripts/lib/validation.mjsand checked this package against it without executing repo code: owner and plugin names match the required patterns,plugin.jsonname equals the directory, all manifest fields are in the allowed set,mcp.jsonholds one stdio server with a bare command, 4 skill directories (limit 64) each with frontmatternameequal to the directory and a non-empty body, non-emptyREADME.mdandLICENSE, zero symlinks. The shippedplugin.json,mcp.json, and skill files are byte-identical to the ones at the upstream repo root and in itsskills/directory, where other runtimes already consume them; the only new file is the hostedREADME.md.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.