Commit graph

4 commits

Author SHA1 Message Date
Hans Aschauer
02931b70d5 fix: enhance download-docs skill to handle working-directory and update metadata file extension 2026-05-18 07:33:19 +02:00
Hans Aschauer
3ebd7c5e4a add fetch_raw tool and download-docs skill
- 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).
2026-04-21 20:31:49 +02:00
Hans Aschauer
3cead45934 docs: add keyword-only args note to mcp-forge-conventions skill 2026-04-21 19:45:44 +02:00
Hans Aschauer
8885c1872f Initial commit 2026-04-20 11:42:25 +02:00