Files
2025-11-30 08:53:44 +08:00

29 lines
710 B
JSON

{
"name": "wrangler",
"description": "Core skills library for Claude Code: TDD, debugging, testing gates, subagent parallelization, etc.",
"version": "1.0.0",
"author": {
"name": "Sam",
"email": ""
},
"mcp": {
"wrangler-mcp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js"
],
"env": {
"WRANGLER_MCP_DEBUG": "false",
"WRANGLER_ISSUES_DIRECTORY": ".wrangler/issues",
"WRANGLER_SPECIFICATIONS_DIRECTORY": ".wrangler/specifications"
}
},
"figma": {
"command": "node",
"args": [
"/Users/sam/medb/code/figma-mcp-write-server/dist/index.js"
],
"env": {}
}
}
}