Automatic update of packages

This commit is contained in:
GitHub Actions
2025-12-18 16:32:36 +00:00
parent c7d60d635a
commit 24b9402fd6
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-everything",
"version": "0.6.2",
"version": "2025.12.18",
"description": "MCP server that exercises all the features of the MCP protocol",
"license": "MIT",
"mcpName": "io.github.modelcontextprotocol/server-everything",
@@ -40,4 +40,4 @@
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-filesystem",
"version": "0.6.3",
"version": "2025.12.18",
"description": "MCP server for filesystem access",
"license": "MIT",
"mcpName": "io.github.modelcontextprotocol/server-filesystem",
@@ -40,4 +40,4 @@
"typescript": "^5.8.2",
"vitest": "^2.1.8"
}
}
}

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-git"
version = "0.6.2"
version = "2025.12.18"
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"

2
src/git/uv.lock generated
View File

@@ -173,7 +173,7 @@ wheels = [
[[package]]
name = "mcp-server-git"
version = "0.6.2"
version = "2025.12.18"
source = { editable = "." }
dependencies = [
{ name = "click" },

View File

@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-sequential-thinking",
"version": "0.6.2",
"version": "2025.12.18",
"description": "MCP server for sequential thinking and problem solving",
"license": "MIT",
"mcpName": "io.github.modelcontextprotocol/server-sequential-thinking",