{ "name": "agency-mcp-server", "mcpName": "io.github.npupko/agency-mcp-server", "version": "0.3.1", "description": "MCP server for on-demand agent template registry — search, browse, and spawn specialized AI agents", "license": "MIT", "author": "npupko", "homepage": "https://github.com/npupko/agency-mcp-server", "bugs": "https://github.com/npupko/agency-mcp-server/issues", "repository": { "type": "git", "url": "https://github.com/npupko/agency-mcp-server.git" }, "type": "module", "main": "dist/index.js", "bin": { "agency-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=22" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "ai", "claude", "claude-code", "cursor", "windsurf", "llm", "agents", "agent-registry", "agent-templates", "context-optimization" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "dev": "bun run src/index.ts", "typecheck": "tsc --noEmit", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write .", "format:check": "biome format .", "release": "npm run build && changeset publish", "changeset-version": "changeset version && jq --arg v \"$(jq -r .version package.json)\" '.version=$v' jsr.json > jsr.tmp && mv jsr.tmp jsr.json && jq --arg v \"$(jq -r .version package.json)\" '.version=$v | .packages[0].version=$v' server.json > server.tmp && mv server.tmp server.json && jq --arg v \"$(jq -r .version package.json)\" '.version=$v' .claude-plugin/plugin.json > .claude-plugin/plugin.tmp && mv .claude-plugin/plugin.tmp .claude-plugin/plugin.json", "prepublishOnly": "npm run build", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "minisearch": "^7.2.0", "yaml": "^2.8.3", "zod": "^3.23.8" }, "devDependencies": { "@biomejs/biome": "^2.4.9", "@changesets/changelog-github": "^0.6.0", "@changesets/cli": "^2.30.0", "@types/node": "^22.19.15", "typescript": "^5.8.2" } }