marchwarden/tests
Jeff Smith 5d894d9e10 M1.4: MCP server wrapping web researcher
FastMCP server exposing a single 'research' tool:
- Delegates to WebResearcher with keys from ~/secrets
- Accepts question, context, depth, max_iterations, token_budget
- Returns full ResearchResult as JSON
- Configurable model via MARCHWARDEN_MODEL env var
- Runnable as: python -m researchers.web

4 tests: secret reading, JSON response validation, default parameters.

Refs: archeious/marchwarden#1

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-08 14:41:13 -06:00
..
__init__.py M0.3: Implement contract v1 Pydantic models with tests 2026-04-08 14:00:45 -06:00
test_agent.py Add OpenQuestion to research contract 2026-04-08 14:37:30 -06:00
test_models.py Add OpenQuestion to research contract 2026-04-08 14:37:30 -06:00
test_server.py M1.4: MCP server wrapping web researcher 2026-04-08 14:41:13 -06:00
test_tools.py M1.1: Search and fetch tools with tests 2026-04-08 14:17:18 -06:00
test_trace.py M1.2: Trace logger with tests 2026-04-08 14:21:10 -06:00