Skip to content

get_dev_doc

단일 dev_doc 조회 (전체 본문 포함).

시그니처

json
{
  "name": "get_dev_doc",
  "arguments": { "title": "launchcrew-claude.md" }
}

또는 UUID:

json
{ "id": "uuid-here" }

파라미터

파라미터타입설명
titlestring문서 title (id 와 둘 중 하나)
idstringUUID
categorystring동명 문서 disambiguation
include_versionsboolean버전 히스토리 포함 (기본 false)

응답

json
{
  "content": [
    { "type": "text", "text": "[Formatted doc info + content]" },
    {
      "type": "resource",
      "resource": {
        "uri": "ainote://dev_docs/uuid",
        "mimeType": "application/json",
        "text": "{\"id\":\"uuid\",\"title\":\"...\",\"content\":\"...\",\"category\":\"claude\",\"local_path\":\"...\"}"
      }
    }
  ]
}

include_versions: true 시 응답에 version history 추가.

에러

코드메시지
-32602title or id is required
-32603Document not found

Claude

launchcrew-claude.md 보여줘
launchcrew-claude.md 변경 이력 (include_versions: true)

다음

MIT License · ainote.dev