Files
ponytail/ponytail-mcp/package.json
T
2026-06-24 03:19:28 +02:00

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"
}
}