Skip to content

arxiv-mcp-server 0.4.12

Choose a tag to compare

@blazickjp blazickjp released this 25 Apr 20:23

Summary

Reliability and package metadata release for arxiv-mcp-server.

Changes

  • Fixed arXiv upstream request sizing so small max_results searches no longer fetch 100-result pages.
  • Aligned package metadata with the repository's Apache-2.0 license.
  • Added PyPI classifiers and project URLs for better package discoverability.
  • Updated MCP Registry metadata to version 0.4.12.
  • Added .env and MCP Registry token files to .gitignore to avoid accidental local secret commits.

Verification

  • python3 -m json.tool server.json
  • uv run black --check .
  • uv run pytest -q — 75 passed
  • uv build
  • MCP stdio JSON-RPC smoke test: initialize, tools/list, search_papers call

Distribution