14 lines
364 B
JSON
14 lines
364 B
JSON
{
|
|
"name": "ponytail-mcp",
|
|
"version": "4.8.2",
|
|
"description": "MCP server that serves Ponytail's lazy-senior-dev instructions as a prompt and a tool.",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": { "test": "node --test ./test/*.test.js" },
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
"zod": "^3.23.0"
|
|
}
|
|
}
|