MCP Server

plugin-test-harness

From plugin-test-harness
Install
1
Run in your terminal
$
npx claudepluginhub l3digitalnet/claude-code-plugins --plugin plugin-test-harness
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "plugin-test-harness": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/dist/index.js"
      ]
    }
  }
}
Security Considerations
Admin access level

This server has elevated permissions. Review the source code before enabling.

Details
Commandnode
Access Leveladmin
Arguments
${CLAUDE_PLUGIN_ROOT}/dist/index.js
Actions