Skip to content

Commit 4a5cc19

Browse files
Merge branch 'main' into main
2 parents 680ef50 + 599dafc commit 4a5cc19

9 files changed

Lines changed: 21 additions & 15 deletions

File tree

src/fetch/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A Model Context Protocol server that provides web content fetching capabilities.
66

77
Source: https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
88

9+
Requires MCP Python SDK 1.x (`mcp>=1.29.0,<2`). SDK 2.0 renamed APIs this server uses. The port to v2 is in progress.
10+
911
> [!CAUTION]
1012
> This server can access local/internal IP addresses and may represent a security risk. Exercise caution when using this MCP server to ensure this does not expose any sensitive data.
1113

src/fetch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
"httpx>=0.27",
2020
"markdownify>=0.13.1",
21-
"mcp>=1.1.3",
21+
"mcp>=1.29.0,<2",
2222
"protego>=0.3.1",
2323
"pydantic>=2.0.0",
2424
"readabilipy>=0.2.0",

src/fetch/uv.lock

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

src/git/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ A Model Context Protocol server for Git repository interaction and automation. T
88

99
Source: https://github.com/modelcontextprotocol/servers/tree/main/src/git
1010

11+
Requires MCP Python SDK 1.x (`mcp>=1.29.0,<2`). SDK 2.0 renamed APIs this server uses. The port to v2 is in progress.
12+
1113
Please note that mcp-server-git is currently in early development. The functionality and available tools are subject to change and expansion as we continue to develop and improve the server.
1214

1315
### Tools

src/git/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
"click>=8.1.7",
2020
"gitpython>=3.1.50",
21-
"mcp>=1.0.0",
21+
"mcp>=1.29.0,<2",
2222
"pydantic>=2.0.0",
2323
]
2424

src/git/uv.lock

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

src/time/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A Model Context Protocol server that provides time and timezone conversion capab
66

77
Source: https://github.com/modelcontextprotocol/servers/tree/main/src/time
88

9+
Requires MCP Python SDK 1.x (`mcp>=1.29.0,<2`). SDK 2.0 renamed APIs this server uses. The port to v2 is in progress.
10+
911
### Available Tools
1012

1113
- `get_current_time` - Get current time in a specific timezone or system timezone.

src/time/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.10",
1818
]
1919
dependencies = [
20-
"mcp>=1.23.0",
20+
"mcp>=1.29.0,<2",
2121
"pydantic>=2.0.0",
2222
"tzdata>=2024.2",
2323
"tzlocal>=5.3.1",

src/time/uv.lock

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

0 commit comments

Comments
 (0)