Skip to content

update_dev_doc

기존 dev_doc 수정.

시그니처

json
{
  "name": "update_dev_doc",
  "arguments": {
    "title": "launchcrew-claude.md",
    "content": "<new content>",
    "mode": "replace"
  }
}

파라미터

파라미터타입필수설명
contentstring새 본문 (mode 따라 처리)
titlestringtitle 또는 id 둘 중 하나 필요
idstring문서 UUID
categorystring동명 문서 disambiguation
modestringreplace (기본) / append / prepend
local_pathstring로컬 경로 갱신

mode 비교

mode동작권장
replace본문 전체 덮어씀✅ 일반
append끝에 추가메모 누적
prepend앞에 추가긴급 공지

append/prepend 는 로컬 파일과 drift 위험 → 가능하면 replace.

응답

json
{
  "content": [
    { "type": "text", "text": "✅ Updated: launchcrew-claude.md (mode: replace)" }
  ]
}

에러

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

Claude

launchcrew-claude.md 를 새 내용으로 교체
launchcrew-claude.md 끝에 "추가 메모" 붙여

다음

MIT License · ainote.dev