{ "name": "agentlookup-mcp", "version": "1.0.0", "description": "MCP server for the public AI agent registry at agentlookup.dev", "type": "module", "main": "dist/index.js", "bin": { "agentlookup-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "keywords": [ "mcp", "ai-agents", "agent-registry", "agentlookup", "model-context-protocol" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.25.0" }, "engines": { "node": ">=18.0.0" } }