15 lines
354 B
JSON
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"
|
|
]
|
|
} |