get_dev_doc
단일 dev_doc 조회 (전체 본문 포함).
시그니처
json
{
"name": "get_dev_doc",
"arguments": { "title": "launchcrew-claude.md" }
}또는 UUID:
json
{ "id": "uuid-here" }파라미터
| 파라미터 | 타입 | 설명 |
|---|---|---|
title | string | 문서 title (id 와 둘 중 하나) |
id | string | UUID |
category | string | 동명 문서 disambiguation |
include_versions | boolean | 버전 히스토리 포함 (기본 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 추가.
에러
| 코드 | 메시지 |
|---|---|
| -32602 | title or id is required |
| -32603 | Document not found |
Claude
launchcrew-claude.md 보여줘
launchcrew-claude.md 변경 이력 (include_versions: true)다음
list_dev_docs— 검색 + 필터update_dev_doc