mirror of
https://github.com/blazickjp/arxiv-mcp-server.git
synced 2025-07-25 20:38:49 +03:00
Version bump and publish
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arxiv-mcp-server"
|
name = "arxiv-mcp-server"
|
||||||
version = "0.2.10"
|
version = "0.2.11"
|
||||||
description = "A flexible arXiv search and analysis service with MCP protocol support"
|
description = "A flexible arXiv search and analysis service with MCP protocol support"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class Settings(BaseSettings):
|
|||||||
"""Server configuration settings."""
|
"""Server configuration settings."""
|
||||||
|
|
||||||
APP_NAME: str = "arxiv-mcp-server"
|
APP_NAME: str = "arxiv-mcp-server"
|
||||||
APP_VERSION: str = "0.2.10"
|
APP_VERSION: str = "0.2.11"
|
||||||
MAX_RESULTS: int = 50
|
MAX_RESULTS: int = 50
|
||||||
BATCH_SIZE: int = 20
|
BATCH_SIZE: int = 20
|
||||||
REQUEST_TIMEOUT: int = 60
|
REQUEST_TIMEOUT: int = 60
|
||||||
|
|||||||
Reference in New Issue
Block a user