Skip to content

shipper_docs_search

Search the Shipper documentation corpus. Returns matching pages with relevance-ranked snippets so an agent can decide which page(s) to fetch in full.

Use this when an agent needs to discover relevant Shipper docs pages or snippets before fetching a full page.

  • 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
querystringyes--
limitintegerno--
{
"query": "setup agents",
"limit": 2
}
Match 1
path: agents/setup
title: Repository setup for agents
score: 18.00
snippet: Configure a repository so any coding agent can run Shipper reliably...
  • 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.