Skip to content

vault_create

🚧 설계 단계 — 아직 구현 안 됨

이 페이지는 ainote 의 향후 기능을 미리 문서화한 것입니다. 현재 @ainote/mcp v1.1.x 에는 vault / sync 도구가 포함돼 있지 않습니다. 도구 호출 시 Tool not found 에러를 받게 됩니다.

새 vault 생성. 자세한 가이드: vault/create.

시그니처

json
{
  "name": "vault_create",
  "arguments": {
    "name": "personal",
    "description": "개인 노트",
    "private": true,
    "init_files": ["README.md"]
  }
}

응답

json
{
  "id": 42,
  "name": "personal",
  "git_url": "https://api.ainote.dev/vaults/me/personal.git",
  "clone_command": "git clone https://api.ainote.dev/vaults/me/personal.git",
  "web_url": "https://ainote.dev/vaults/personal",
  "size_bytes": 0,
  "file_count": 1
}

에러

코드메시지
-32602invalid name
-32603name already exists
-32004quota exceeded (vault 100개)

Claude

ainote 에 "personal" vault 만들어줘

다음

MIT License · ainote.dev