Skip to content

v0.2.14

Choose a tag to compare

@rubensgomes rubensgomes released this 06 Mar 23:43
· 5 commits to main since this release

Changes

Changed

  • Moved client.py from src/calculator_mcp/ to tests/integration/ (integration test client only)
  • Updated CLAUDE.md, README.md, llms.txt project structure and references

Added

  • tests/integration/__init__.py package init for integration tests
  • tests/test_config.py — 14 unit tests for all config helpers
  • tests/test_main.py — 3 unit tests for CLI entry point (HTTP, stdio, KeyboardInterrupt)
  • tests/test_tools.py — 47 unit tests for all 16 tool functions (direct calls with edge cases)

Removed

  • src/calculator_mcp/client.py (moved to tests/integration/client.py)