- fetch_raw: new MCP tool that fetches URLs via httpx without HTML
extraction, returning raw text + status_code. Does not call
raise_for_status() so 404s are returned as data, not exceptions.
- download-docs skill: SKILL.md with 5-step process (branch discovery,
CI hint, docs dir discovery, recursive download, meta sidecars) and
complete mcp-forge script skeleton, validated end-to-end inside
mcp-forge against encode/starlette (26 files, 0 errors).