Skip to content

The-Focus-AI/weather-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather MCP

A Model Context Protocol (MCP) implementation for retrieving weather information. This tool provides a command-line interface to access weather data through the MCP protocol.

Installation

This project uses pnpm as the package manager. To install dependencies:

pnpm install

Building

To build the project:

pnpm build

This will compile the TypeScript code and create executable scripts in the build directory.

Usage

After building, you can use the weather command:

./build/weather.js [options]

The weather command integrates with MCP to provide weather information in a format that can be consumed by AI models and other applications.

Development

This project is written in TypeScript and uses the following key dependencies:

  • @modelcontextprotocol/sdk: Core MCP functionality
  • zod: Runtime type checking and validation
  • typescript: For type safety and compilation

License

ISC License

About

Sample mcp app from anthropic tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published