We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bddb6 commit 6d3419aCopy full SHA for 6d3419a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "arxiv-mcp-server"
7
-version = "0.2.10"
+version = "0.2.11"
8
description = "A flexible arXiv search and analysis service with MCP protocol support"
9
readme = "README.md"
10
requires-python = ">=3.11"
src/arxiv_mcp_server/config.py
@@ -12,7 +12,7 @@ class Settings(BaseSettings):
12
"""Server configuration settings."""
13
14
APP_NAME: str = "arxiv-mcp-server"
15
- APP_VERSION: str = "0.2.10"
+ APP_VERSION: str = "0.2.11"
16
MAX_RESULTS: int = 50
17
BATCH_SIZE: int = 20
18
REQUEST_TIMEOUT: int = 60
0 commit comments