mcp-weather-server

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

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Start the server:
npm start