{ "name": "mcp-poetry", "version": "1.0.1", "mcpName": "io.github.lacausecrypto/poetrydb", "description": "PoetryDB MCP server with 12 tools for poetry search and discovery.", "type": "module", "main": "dist/index.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lacausecrypto/mcp-poetrydb.git" }, "homepage": "https://github.com/lacausecrypto/mcp-poetrydb#readme", "bugs": { "url": "https://github.com/lacausecrypto/mcp-poetrydb/issues" }, "bin": { "mcp-poetry": "dist/index.js" }, "files": [ "dist", "README.md", "documentation.md", "LICENSE", "server.json" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test:stdio": "tsx scripts/battle-test.ts", "test:ci": "tsx scripts/ci-test.ts", "test": "npm run build && npm run test:stdio", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "poetrydb", "poetry", "poems" ], "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.14.0", "tsx": "^4.19.2", "typescript": "^5.8.3" } }