Skip to content

vhxnif/weather-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather mcp

To install dependencies:

bun install

SSE Server

Run Server

bun run src/mcp/sse-server.ts

Client Config

{
  "url" : "http://localhost:3000/sse" 
}

Stdio Server

Client Config

{
  "command" : "bun",
  "args": [
    "run",
    "<path>/src/mcp/stdio-server.ts"
  ] 
}

About

A weather MCP server Demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published