UNPKG

pet-adoption-mcp

Version:

A Model Context Protocol (MCP) server that helps users find adoptable pets through the Petfinder API

37 lines (36 loc) 1.03 kB
{ "name": "pet-adoption-mcp", "version": "1.1.0", "description": "A Model Context Protocol (MCP) server that helps users find adoptable pets through the Petfinder API", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "bin": { "pet-adoption-mcp": "dist/index.js" }, "keywords": ["mcp", "petfinder", "adoption", "pets", "ai", "model-context-protocol", "claude", "anthropic"], "author": "shawnq <shanqing73@yahoo.com>", "repository": "github:sqing73/mcp-server-for-pet-adoption", "homepage": "https://github.com/sqing73/mcp-server-for-pet-adoption#readme", "license": "MIT", "devDependencies": { "@types/minimist": "^1.2.5", "@types/node": "^20.0.0", "ts-node": "^10.9.0", "typescript": "^5.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "axios": "^1.11.0", "dotenv": "^17.2.1", "minimist": "^1.2.8", "zod": "<=3.25.67" }, "files": [ "dist/", "README.md" ] }