Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 91fc974

Browse files
author
hideya
committedJan 11, 2025
Update github repo name, bunp the version to 0.1.2
1 parent 067ba72 commit 91fc974

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple Weather MCP Server example from Quickstart [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/weather-mcp-server/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@h1deya/mcp-server-weather.svg)](https://www.npmjs.com/package/@h1deya/mcp-server-weather)
1+
# Simple Weather MCP Server example from Quickstart [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-server-weather-js/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@h1deya/mcp-server-weather.svg)](https://www.npmjs.com/package/@h1deya/mcp-server-weather)
22

33
Node.js server implementing
44
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
@@ -41,17 +41,17 @@ code $env:AppData\Claude\claude_desktop_config.json
4141

4242
- **get-alerts**
4343
- Get weather alerts for a US state.
44-
- Input: `state` (string): Two-letter state code (e.g. CA, NY)
44+
- Input: `state` (string): Two-letter US state code (e.g. CA, NY)
4545
- **get-forecast**
46-
- Get weather forecast for a location in the U.S.
46+
- Get weather forecast for a location in the US
4747
- Inputs:
4848
- `path` (number): Latitude of the location
4949
- `content` (number): Longitude of the location
5050

5151
## Example Queries
5252

53-
- "Tomorrow's weather in Palo Alto?"
54-
- "Any weather alerts in California?"
53+
- Tomorrow's weather in Palo Alto?
54+
- Any weather alerts in California?
5555

5656
## Original Author and License
5757

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@h1deya/mcp-server-weather",
3-
"version": "0.1.1",
4-
"description": "MCP server for weather forecast and severe weather alerts",
3+
"version": "0.1.2",
4+
"description": "MCP server for weather forecast and severe weather alerts in the US",
55
"license": "MIT",
66
"keywords": [
77
"modelcontextprotocol",
@@ -13,7 +13,7 @@
1313
"type": "module",
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/hideya/weather-mcp-server.git"
16+
"url": "git+https://github.com/hideya/mcp-server-weather-js.git"
1717
},
1818
"engines": {
1919
"node": ">=18"

0 commit comments

Comments
 (0)
Failed to load comments.