diff --git a/ponytail-mcp/package.json b/ponytail-mcp/package.json index ea10f64..ec36878 100644 --- a/ponytail-mcp/package.json +++ b/ponytail-mcp/package.json @@ -2,9 +2,9 @@ "name": "ponytail-mcp", "version": "0.1.0", "description": "MCP server that serves Ponytail's lazy-senior-dev instructions as a prompt and a tool.", + "private": true, "type": "module", "license": "MIT", - "bin": { "ponytail-mcp": "./index.js" }, "scripts": { "test": "node --test ./test/*.test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.19.0",