Files
gh-phaezer-claude-mkt-plugi…/.claude-plugin/plugin.json
2025-11-30 08:47:15 +08:00

15 lines
354 B
JSON

{
"name": "mcp",
"description": "MCP (Model Context Protocol) engineering plugin for architecting, developing, testing, and deploying MCP servers and clients in Python and TypeScript",
"version": "1.0.0",
"author": {
"name": "Eric Austin",
"email": "e@plsr.io"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}