mcp-weather-server-bailian-test
Version:
A simple MCP server for fetching weather information from NWS API.
43 lines (42 loc) • 879 B
JSON
{
"name": "mcp-weather-server-bailian-test",
"version": "0.1.2",
"description": "A simple MCP server for fetching weather information from NWS API.",
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"bin": {
"mcp-weather-server-bailian-test": "build/index.js"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc -w",
"prepublishOnly": "npm run build"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"model-context-protocol",
"weather",
"nws",
"ai",
"llm",
"agent"
],
"author": "Jerry",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"mcp-weather-server": "^0.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}