Skip to content

Commit 2600321

Browse files
committed
Automatic update of packages
1 parent c114833 commit 2600321

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/aws-kb-retrieval-server/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-aws-kb-retrieval",
3-
"version": "0.6.2",
3+
"version": "2025.1.14",
44
"description": "MCP server for AWS Knowledge Base retrieval using Bedrock Agent Runtime",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/everything/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-everything",
3-
"version": "0.6.2",
3+
"version": "2025.1.14",
44
"description": "MCP server that exercises all the features of the MCP protocol",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

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.2"
3+
version = "2025.1.14"
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/filesystem/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-filesystem",
3-
"version": "0.6.2",
3+
"version": "2025.1.14",
44
"description": "MCP server for filesystem access",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/gdrive/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-gdrive",
3-
"version": "0.6.2",
3+
"version": "2025.1.14",
44
"description": "MCP server for interacting with Google Drive",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/git/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-git"
3-
version = "0.6.2"
3+
version = "2025.1.14"
44
description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/github/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-github",
3-
"version": "0.6.2",
3+
"version": "2025.1.14",
44
"description": "MCP server for using the GitHub API",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.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.1.14",
44
"description": "MCP server for browser automation using Puppeteer",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/sentry/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-sentry"
3-
version = "0.6.2"
3+
version = "2025.1.14"
44
description = "MCP server for retrieving issues from sentry.io"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/sqlite/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-sqlite"
3-
version = "0.6.2"
3+
version = "2025.1.14"
44
description = "A simple SQLite MCP server"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)