mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 01:54:10 +02:00
Bump all package versions to 0.5.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "mcp-server-sentry"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
description = "MCP server for retrieving issues from sentry.io"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
@@ -11,11 +11,7 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"pyright>=1.1.389",
|
||||
"pytest>=8.3.3",
|
||||
"ruff>=0.8.0",
|
||||
]
|
||||
dev-dependencies = ["pyright>=1.1.389", "pytest>=8.3.3", "ruff>=0.8.0"]
|
||||
|
||||
[project.scripts]
|
||||
mcp-server-sentry = "mcp_server_sentry:main"
|
||||
|
||||
Reference in New Issue
Block a user