Skip to content

shipper_docs_get

Fetch the full markdown content of a Shipper documentation page by its docs-site path.

Use this after search identifies a docs-site path, or when the agent already knows the path of the page it needs.

  • readOnlyHint: true — The tool only reads state and does not intentionally modify the repository.
  • idempotentHint: true — Retrying the same call is expected to be safe once the target state is reached.
  • openWorldHint: false — The tool does not reach GitHub or other external systems outside the MCP server.
NameTypeRequiredDefaultDescription
pathstringyes--
{
"path": "agents/setup"
}
# Repository setup for agents
Configure a repository so coding agents can run Shipper reliably.
  • Unknown path: Documentation page not found for path "". Call shipper_docs_search to find a valid docs path.
  • Corpus unavailable or read failure: Shipper documentation corpus is unavailable. Rebuild @baremetallabs-ai/shipper-mcp with the docs snapshot or set SHIPPER_DOCS_PATH to an absolute docs corpus path.