innercontext/backend/tests
Piotr Oleszczyk ac829171d9 feat(mcp): add FastMCP server with 14 tools for LLM agent access
- Add backend/innercontext/mcp_server.py with tools covering products,
  inventory, routines, skin snapshots, medications, lab results, and
  grooming schedule
- Mount MCP app at /mcp in main.py using combine_lifespans
- Fix test isolation: patch app.router.lifespan_context in conftest to
  avoid StreamableHTTPSessionManager single-run limitation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 17:59:11 +01:00
..
__init__.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
conftest.py feat(mcp): add FastMCP server with 14 tools for LLM agent access 2026-02-28 17:59:11 +01:00
test_health.py refactor: split table models into Base/Table/Public for proper FastAPI serialization 2026-02-27 15:37:46 +01:00
test_inventory.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
test_product_model.py refactor: split table models into Base/Table/Public for proper FastAPI serialization 2026-02-27 15:37:46 +01:00
test_products.py refactor: split table models into Base/Table/Public for proper FastAPI serialization 2026-02-27 15:37:46 +01:00
test_routines.py refactor: split table models into Base/Table/Public for proper FastAPI serialization 2026-02-27 15:37:46 +01:00
test_skincare.py refactor(skin): replace trend with texture field on SkinConditionSnapshot 2026-02-28 13:25:57 +01:00