ecowitt-mcp
Version:
MCP server for Ecowitt Weather API v3 integration
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "ecowitt-mcp",
"version": "1.1.0",
"description": "MCP server for Ecowitt Weather API v3 integration",
"type": "module",
"main": "src/server/index.js",
"bin": "src/server/index.js",
"scripts": {
"start": "node --env-file=.env src/server/index.js",
"test": "vitest",
"test:run": "vitest run",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"check": "biome check --write . && vitest run"
},
"keywords": [
"mcp",
"modelcontextprotocol",
"ecowitt",
"weather",
"api",
"weather-station"
],
"files": [
"src",
"README.md",
"LICENSE"
],
"author": "Brendan Abbott",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"zod": "^3.25.0"
},
"devDependencies": {
"@biomejs/biome": "^2.1.3",
"vitest": "^3.2.4",
"vitest-fetch-mock": "^0.4.5"
},
"engines": {
"node": ">=20.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brendo/ecowitt-mcp.git"
},
"bugs": {
"url": "https://github.com/brendo/ecowitt-mcp/issues"
},
"homepage": "https://github.com/brendo/ecowitt-mcp#readme"
}