Bump all package versions to 0.5.0

This commit is contained in:
Justin Spahr-Summers
2024-11-25 07:13:35 -06:00
parent b9bfaecb48
commit 45c4f70da4
14 changed files with 16 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@modelcontextprotocol/servers", "name": "@modelcontextprotocol/servers",
"private": true, "private": true,
"version": "0.3.0", "version": "0.5.0",
"description": "Model Context Protocol servers", "description": "Model Context Protocol servers",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-brave-search", "name": "@modelcontextprotocol/server-brave-search",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for Brave Search API integration", "description": "MCP server for Brave Search API integration",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-everything", "name": "@modelcontextprotocol/server-everything",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server that exercises all the features of the MCP protocol", "description": "MCP server that exercises all the features of the MCP protocol",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-filesystem", "name": "@modelcontextprotocol/server-filesystem",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for filesystem access", "description": "MCP server for filesystem access",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-gdrive", "name": "@modelcontextprotocol/server-gdrive",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for interacting with Google Drive", "description": "MCP server for interacting with Google Drive",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
[project] [project]
name="mcp-server-git" name = "mcp-server-git"
version = "0.4.1" version = "0.5.0"
description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs" description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-github", "name": "@modelcontextprotocol/server-github",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for using the GitHub API", "description": "MCP server for using the GitHub API",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-google-maps", "name": "@modelcontextprotocol/server-google-maps",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for using the Google Maps API", "description": "MCP server for using the Google Maps API",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-memory", "name": "@modelcontextprotocol/server-memory",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for enabling memory for Claude through a knowledge graph", "description": "MCP server for enabling memory for Claude through a knowledge graph",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-postgres", "name": "@modelcontextprotocol/server-postgres",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for interacting with PostgreSQL databases", "description": "MCP server for interacting with PostgreSQL databases",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-puppeteer", "name": "@modelcontextprotocol/server-puppeteer",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for browser automation using Puppeteer", "description": "MCP server for browser automation using Puppeteer",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "mcp-server-sentry" name = "mcp-server-sentry"
version = "0.4.1" version = "0.5.0"
description = "MCP server for retrieving issues from sentry.io" description = "MCP server for retrieving issues from sentry.io"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
@@ -11,11 +11,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[tool.uv] [tool.uv]
dev-dependencies = [ dev-dependencies = ["pyright>=1.1.389", "pytest>=8.3.3", "ruff>=0.8.0"]
"pyright>=1.1.389",
"pytest>=8.3.3",
"ruff>=0.8.0",
]
[project.scripts] [project.scripts]
mcp-server-sentry = "mcp_server_sentry:main" mcp-server-sentry = "mcp_server_sentry:main"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-slack", "name": "@modelcontextprotocol/server-slack",
"version": "0.3.0", "version": "0.5.0",
"description": "MCP server for interacting with Slack", "description": "MCP server for interacting with Slack",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "mcp-server-sqlite" name = "mcp-server-sqlite"
version = "0.4.1" version = "0.5.0"
description = "A simple SQLite MCP server" description = "A simple SQLite MCP server"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"