Skip to content

Commit 8206456

Browse files
committed
Automatic update of packages
1 parent d9f2cb0 commit 8206456

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/fetch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-fetch"
3-
version = "0.6.3"
3+
version = "2025.4.7"
44
description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/github/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-github",
3-
"version": "0.6.2",
3+
"version": "2025.4.7",
44
"description": "MCP server for using the GitHub API",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -31,4 +31,4 @@
3131
"shx": "^0.3.4",
3232
"typescript": "^5.6.2"
3333
}
34-
}
34+
}

src/gitlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-gitlab",
3-
"version": "0.6.2",
3+
"version": "2025.4.7",
44
"description": "MCP server for using the GitLab API",
55
"license": "MIT",
66
"author": "GitLab, PBC (https://gitlab.com)",

src/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-puppeteer",
3-
"version": "0.6.2",
3+
"version": "2025.4.7",
44
"description": "MCP server for browser automation using Puppeteer",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-redis",
3-
"version": "0.1.0",
3+
"version": "2025.4.7",
44
"description": "MCP server for using Redis",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -28,4 +28,4 @@
2828
"shx": "^0.3.4",
2929
"typescript": "^5.7.2"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)