mcp-weather-server
0
The MCP Weather Server is a specialized server designed to provide weather-related functionalities as part of the Model Context Protocol project. It requires setup steps such as installing dependencies, building, and starting the server.
MCP Weather Server
A weather server implementation for the MCP project.
Setup
- Install dependencies:
npm install
- Build the project:
npm run build
- Start the server:
npm start