Skip to main content

Module docs

Module docs 

Source
Expand description

Documentation tools: get_readme, list_docs, get_doc.

These serve the repository’s own documentation via the bring-your-own [governance].readme and [governance].docs configuration. Unset paths degrade to null / empty results (never a transport error). get_doc is confined to the configured documentation directory: a path that escapes it is refused with a null body and a message, not a file read outside the directory.

Structs§

DocResponse
Response for get_doc.
DocsListResponse
Response for list_docs.
GetDocParams
Parameters for GitPawMcpServer::get_doc.
ReadmeResponse
Response for get_readme.