From 59cbf82569c79b659c2eaebb977327d3a8de1459 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 1 Sep 2025 10:14:56 +0000 Subject: [PATCH] Automatic update of packages --- src/everything/package.json | 4 ++-- src/filesystem/package.json | 4 ++-- src/git/pyproject.toml | 2 +- src/sequentialthinking/package.json | 2 +- src/time/pyproject.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/everything/package.json b/src/everything/package.json index 0cff945c..a6322af7 100644 --- a/src/everything/package.json +++ b/src/everything/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/server-everything", - "version": "0.6.2", + "version": "2025.9.1", "description": "MCP server that exercises all the features of the MCP protocol", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", @@ -32,4 +32,4 @@ "shx": "^0.3.4", "typescript": "^5.6.2" } -} +} \ No newline at end of file diff --git a/src/filesystem/package.json b/src/filesystem/package.json index faeefa54..e0a13d59 100644 --- a/src/filesystem/package.json +++ b/src/filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/server-filesystem", - "version": "0.6.3", + "version": "2025.9.1", "description": "MCP server for filesystem access", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", @@ -38,4 +38,4 @@ "ts-node": "^10.9.2", "typescript": "^5.8.2" } -} +} \ No newline at end of file diff --git a/src/git/pyproject.toml b/src/git/pyproject.toml index 1869135c..7985f5e9 100644 --- a/src/git/pyproject.toml +++ b/src/git/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-server-git" -version = "0.6.2" +version = "2025.9.1" description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs" readme = "README.md" requires-python = ">=3.10" diff --git a/src/sequentialthinking/package.json b/src/sequentialthinking/package.json index 89205d30..33986fe6 100644 --- a/src/sequentialthinking/package.json +++ b/src/sequentialthinking/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/server-sequential-thinking", - "version": "0.6.2", + "version": "2025.9.1", "description": "MCP server for sequential thinking and problem solving", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", diff --git a/src/time/pyproject.toml b/src/time/pyproject.toml index 2b8c6ed2..457e2e83 100644 --- a/src/time/pyproject.toml +++ b/src/time/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-server-time" -version = "0.6.2" +version = "2025.9.1" description = "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs" readme = "README.md" requires-python = ">=3.10"