Skip to content

Commit 5923004

Browse files
Merge pull request #5 from cr7258/main
Sync the weather-server-python code with the documentation
2 parents 4410eae + 50239a9 commit 5923004

File tree

5 files changed

+200
-220
lines changed

5 files changed

+200
-220
lines changed

weather-server-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "weather"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "A simple MCP weather server"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"httpx>=0.28.1",
9-
"mcp>=1.1.1",
9+
"mcp[cli]>=1.2.0",
1010
]
1111

1212
[build-system]

weather-server-python/src/weather/__init__.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

weather-server-python/src/weather/server.py

Lines changed: 0 additions & 203 deletions
This file was deleted.

weather-server-python/uv.lock

Lines changed: 104 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)