@chainlesschain/weather-mcp-server
MCP server package @chainlesschain/weather-mcp-server
Install
agr install @chainlesschain/weather-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@chainlesschain/weather-mcp-server", "version": "1.1.0", "description": "示例MCP服务器 - 提供天气查询功能", "main": "build/index.js", "type": "module", "bin": { "weather-mcp-server": "./build/index.js" }, "scripts": { "build": "tsc && chmod +x build/index.js", "watch": "tsc --watch", "dev": "npm run build && node build/index.js", "test": "vitest", "test:coverage": "vitest --coverage", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "typecheck": "tsc --noEmit", "clean": "rm -rf build", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "weather", "chainlesschain" ], "author": "ChainlessChain Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "ajv": "^8.12.0", "bottleneck": "^2.19.5", "node-cache": "^5.1.2" }, "devDependencies": { "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "typescript": "^5.3.3", "vitest": "^1.2.0" }, "engines": { "node": ">=18.0.0" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-b88fc5b632142026-08-05