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. - Docs
List Response - Response for
list_docs. - GetDoc
Params - Parameters for
GitPawMcpServer::get_doc. - Readme
Response - Response for
get_readme.