MCP-Guide

{ "name": "mcp-birdstats", "version": "0.1.0", "description": "MCP server for BirdNET-Pi and eBird analysis", "license": "MIT", "type": "module", "bin": { "mcp-server-birdstats": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && npx shx chmod +x dist/*.js && npm run copy-files", "copy-files": "shx cp *.md *.json dist/", "prepare": "npm run build", "watch": "tsc --watch", "clean": "rm -rf dist" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "@mzxrai/mcp-webresearch": "^0.1.3" }, "devDependencies": { "shx": "^0.3.4", "typescript": "^5.7.2" } }