bmccarn/tracecheck
v0.3.0
Continuous quality review and source-anchored findings powered by Jev.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
tracecheckstdio
{
"type": "stdio",
"command": "node",
"args": [
"./dist/plugin.mjs",
"mcp"
],
"cwd": "./"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "tracecheck",
"version": "0.3.0",
"description": "Continuous quality review and source-anchored findings powered by Jev.",
"author": {
"name": "bmccarn"
},
"keywords": [
"code-review",
"mcp",
"jev",
"software-quality"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Tracecheck",
"shortDescription": "Review quality and verify code concerns",
"longDescription": "Review nineteen independent quality dimensions, compare implementation checkpoints, and investigate source-anchored concerns with Jev.",
"developerName": "Tracecheck",
"category": "Developer Tools",
"capabilities": [
"MCP tools",
"Agent Skill",
"Code review"
],
"defaultPrompt": [
"Review this implementation with Tracecheck.",
"Compare this change with the previous quality assessment."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai