paput-mcp 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/README.md +139 -93
  2. package/dist/cli/index.js +6 -6
  3. package/dist/cli/setup-ai.js +124 -126
  4. package/dist/cli/setup-ai.js.map +1 -1
  5. package/dist/handlers/add-knowledge-candidates/handler.js +11 -9
  6. package/dist/handlers/add-knowledge-candidates/handler.js.map +1 -1
  7. package/dist/handlers/add-knowledge-candidates/tool.js +4 -4
  8. package/dist/handlers/add-knowledge-candidates/tool.js.map +1 -1
  9. package/dist/handlers/cache-status/tool.js +1 -1
  10. package/dist/handlers/cache-status/tool.js.map +1 -1
  11. package/dist/handlers/create-memo/handler.js +25 -14
  12. package/dist/handlers/create-memo/handler.js.map +1 -1
  13. package/dist/handlers/create-memo/tool.js +6 -6
  14. package/dist/handlers/create-memo/tool.js.map +1 -1
  15. package/dist/handlers/create-note/handler.js +19 -9
  16. package/dist/handlers/create-note/handler.js.map +1 -1
  17. package/dist/handlers/create-note/tool.js +4 -4
  18. package/dist/handlers/create-note/tool.js.map +1 -1
  19. package/dist/handlers/delete-skill-sheet-project/handler.js +7 -2
  20. package/dist/handlers/delete-skill-sheet-project/handler.js.map +1 -1
  21. package/dist/handlers/delete-skill-sheet-project/tool.js +2 -2
  22. package/dist/handlers/delete-skill-sheet-project/tool.js.map +1 -1
  23. package/dist/handlers/discard-pending-candidate/handler.js +9 -7
  24. package/dist/handlers/discard-pending-candidate/handler.js.map +1 -1
  25. package/dist/handlers/discard-pending-candidate/tool.js +6 -3
  26. package/dist/handlers/discard-pending-candidate/tool.js.map +1 -1
  27. package/dist/handlers/get-categories/handler.js +4 -4
  28. package/dist/handlers/get-categories/handler.js.map +1 -1
  29. package/dist/handlers/get-categories/tool.js +1 -1
  30. package/dist/handlers/get-categories/tool.js.map +1 -1
  31. package/dist/handlers/get-memo/handler.js +11 -11
  32. package/dist/handlers/get-memo/handler.js.map +1 -1
  33. package/dist/handlers/get-memo/tool.js +2 -2
  34. package/dist/handlers/get-memo/tool.js.map +1 -1
  35. package/dist/handlers/get-note/handler.js +16 -16
  36. package/dist/handlers/get-note/handler.js.map +1 -1
  37. package/dist/handlers/get-note/tool.js +2 -2
  38. package/dist/handlers/get-note/tool.js.map +1 -1
  39. package/dist/handlers/get-session-transcript/handler.js +3 -3
  40. package/dist/handlers/get-session-transcript/handler.js.map +1 -1
  41. package/dist/handlers/get-session-transcript/tool.js +4 -4
  42. package/dist/handlers/get-session-transcript/tool.js.map +1 -1
  43. package/dist/handlers/get-skill-sheet/handler.js +29 -29
  44. package/dist/handlers/get-skill-sheet/handler.js.map +1 -1
  45. package/dist/handlers/get-skill-sheet/tool.js +1 -1
  46. package/dist/handlers/get-skill-sheet/tool.js.map +1 -1
  47. package/dist/handlers/list-pending-candidates/tool.js +2 -2
  48. package/dist/handlers/list-pending-candidates/tool.js.map +1 -1
  49. package/dist/handlers/save-pending-candidate/handler.js +12 -9
  50. package/dist/handlers/save-pending-candidate/handler.js.map +1 -1
  51. package/dist/handlers/save-pending-candidate/tool.js +6 -6
  52. package/dist/handlers/save-pending-candidate/tool.js.map +1 -1
  53. package/dist/handlers/scan-sessions/tool.js +3 -3
  54. package/dist/handlers/scan-sessions/tool.js.map +1 -1
  55. package/dist/handlers/search-memo/handler.js +8 -8
  56. package/dist/handlers/search-memo/handler.js.map +1 -1
  57. package/dist/handlers/search-memo/tool.js +8 -8
  58. package/dist/handlers/search-memo/tool.js.map +1 -1
  59. package/dist/handlers/search-notes/handler.js +9 -9
  60. package/dist/handlers/search-notes/handler.js.map +1 -1
  61. package/dist/handlers/search-notes/tool.js +5 -5
  62. package/dist/handlers/search-notes/tool.js.map +1 -1
  63. package/dist/handlers/sync-remote-memos/handler.js +9 -5
  64. package/dist/handlers/sync-remote-memos/handler.js.map +1 -1
  65. package/dist/handlers/sync-remote-memos/tool.js +3 -3
  66. package/dist/handlers/sync-remote-memos/tool.js.map +1 -1
  67. package/dist/handlers/update-memo/handler.js +22 -11
  68. package/dist/handlers/update-memo/handler.js.map +1 -1
  69. package/dist/handlers/update-memo/tool.js +8 -8
  70. package/dist/handlers/update-memo/tool.js.map +1 -1
  71. package/dist/handlers/update-note/handler.js +23 -13
  72. package/dist/handlers/update-note/handler.js.map +1 -1
  73. package/dist/handlers/update-note/tool.js +5 -5
  74. package/dist/handlers/update-note/tool.js.map +1 -1
  75. package/dist/handlers/update-skill-sheet-basic-info/handler.js +6 -1
  76. package/dist/handlers/update-skill-sheet-basic-info/handler.js.map +1 -1
  77. package/dist/handlers/update-skill-sheet-basic-info/tool.js +5 -5
  78. package/dist/handlers/update-skill-sheet-basic-info/tool.js.map +1 -1
  79. package/dist/handlers/update-skill-sheet-self-pr/handler.js +6 -1
  80. package/dist/handlers/update-skill-sheet-self-pr/handler.js.map +1 -1
  81. package/dist/handlers/update-skill-sheet-self-pr/tool.js +2 -2
  82. package/dist/handlers/update-skill-sheet-self-pr/tool.js.map +1 -1
  83. package/dist/handlers/update-skill-sheet-skills/handler.js +7 -2
  84. package/dist/handlers/update-skill-sheet-skills/handler.js.map +1 -1
  85. package/dist/handlers/update-skill-sheet-skills/tool.js +7 -7
  86. package/dist/handlers/update-skill-sheet-skills/tool.js.map +1 -1
  87. package/dist/handlers/upsert-skill-sheet-project/handler.js +5 -5
  88. package/dist/handlers/upsert-skill-sheet-project/handler.js.map +1 -1
  89. package/dist/handlers/upsert-skill-sheet-project/tool.js +16 -16
  90. package/dist/handlers/upsert-skill-sheet-project/tool.js.map +1 -1
  91. package/dist/index.js +1 -1
  92. package/dist/index.js.map +1 -1
  93. package/dist/schemas/tool-input.js +97 -80
  94. package/dist/schemas/tool-input.js.map +1 -1
  95. package/dist/server.js +4 -4
  96. package/dist/server.js.map +1 -1
  97. package/dist/services/api/client.js +1 -1
  98. package/dist/services/api/client.js.map +1 -1
  99. package/dist/services/api/memo.js +3 -3
  100. package/dist/services/api/memo.js.map +1 -1
  101. package/dist/services/api/note.js +3 -3
  102. package/dist/services/api/note.js.map +1 -1
  103. package/dist/services/api/skill-sheet.js +2 -2
  104. package/dist/services/api/skill-sheet.js.map +1 -1
  105. package/dist/services/local-cache/index.js +2 -2
  106. package/dist/services/local-cache/index.js.map +1 -1
  107. package/dist/tool.js +6 -6
  108. package/dist/tool.js.map +1 -1
  109. package/dist/types/constants.js +12 -12
  110. package/dist/types/constants.js.map +1 -1
  111. package/package.json +1 -1
package/README.md CHANGED
@@ -1,177 +1,223 @@
1
- # PaPut MCP サーバー
1
+ # PaPut MCP Server
2
2
 
3
- [PaPut](https://paput.io) と連携する Model Context Protocol (MCP) サーバーです。
4
- Claude、Codex、Cursor などの AI アシスタントから PaPut のメモ、ノート、アイデア、スキルシートを操作できます。
3
+ PaPut MCP Server connects [PaPut](https://paput.io) to AI assistants through the Model Context Protocol (MCP). It lets Claude, Codex, Cursor, and other MCP clients work with PaPut memos, notes, skill sheets, reusable knowledge candidates, and the local PaPut cache.
5
4
 
6
- ## 機能
5
+ ## Features
7
6
 
8
- ### PaPut データ管理
7
+ ### PaPut Data Management
9
8
 
10
- - メモの作成、検索、取得、更新
11
- - ノートの作成、検索、取得、更新
12
- - アイデアの作成、一覧表示、更新、削除
13
- - スキルシートの取得、基本情報更新、自己PR更新
14
- - スキルシートのスキル/プロジェクト管理
9
+ - Create, search, read, and update memos
10
+ - Create, search, read, and update notes
11
+ - Read and update skill sheet profile fields, self PR, skills, and projects
12
+ - Delete skill sheet projects when explicitly requested
15
13
 
16
- ### AI セッションの知見保存
14
+ ### Knowledge Capture From AI Sessions
17
15
 
18
- - Claude/Codex のセッションログを検出
19
- - AI が抽出した知見候補を pending に一時保存
20
- - 既存 PaPut メモをローカルキャッシュへ同期
21
- - fingerprint による重複登録の抑制
22
- - pending 候補を確認してから PaPut に本保存
23
- - 過去セッション由来の知見は、セッション更新日時を PaPut メモの作成日時として保存
24
- - セッションのプロジェクト設定から `PAPUT_PROJECT_MATCH` を読み取り、pending 候補に PaPut プロジェクトを紐付け
25
- - Claude/Codex 向け Skill とグローバルルールのセットアップ
16
+ - Scan local Claude and Codex session logs
17
+ - Add reusable knowledge candidates to a local pending queue
18
+ - Sync existing PaPut memos to the local cache for duplicate detection
19
+ - Prevent duplicate candidates with fingerprints
20
+ - Save pending candidates to PaPut only after explicit user approval
21
+ - Preserve the source session updated timestamp as the PaPut memo creation timestamp
22
+ - Link pending candidates to PaPut projects through `PAPUT_PROJECT_MATCH`
23
+ - Install Claude/Codex skills and global rules for PaPut workflows
26
24
 
27
- ## インストール
25
+ ## Installation
28
26
 
29
- npx で直接実行できます。
27
+ Run directly with `npx`:
30
28
 
31
29
  ```bash
32
30
  npx -y paput-mcp
33
31
  ```
34
32
 
35
- グローバルにインストールする場合:
33
+ Or install globally:
36
34
 
37
35
  ```bash
38
36
  npm install -g paput-mcp
39
37
  ```
40
38
 
41
- ## MCP 設定
39
+ ## MCP Configuration
42
40
 
43
- API キーは PaPut の設定画面から取得できます。
41
+ Create an API key in your PaPut account settings and pass it through the MCP server environment.
44
42
 
45
43
  ```json
46
44
  "paput": {
47
45
  "command": "npx",
48
46
  "args": ["-y", "paput-mcp"],
49
47
  "env": {
50
- "PAPUT_API_KEY": "あなたのAPIキー",
51
- "PAPUT_PROJECT_MATCH": "プロジェクト名の一部(オプション)"
48
+ "PAPUT_API_KEY": "your-api-key",
49
+ "PAPUT_PROJECT_MATCH": "optional project name fragment"
52
50
  }
53
51
  }
54
52
  ```
55
53
 
56
- ### 環境変数
54
+ ### Environment Variables
57
55
 
58
- - `PAPUT_API_KEY` - 必須。PaPut API キー
59
- - `PAPUT_API_URL` - 任意。API URL。未指定時は `https://api.paput.io`
60
- - `PAPUT_PROJECT_MATCH` - 任意。メモ作成/更新時に紐付けるプロジェクト名の一部
61
- - `PAPUT_HOME` - 任意。PaPut ローカルデータの保存先。未指定時は `~/.paput`
62
- - `PAPUT_CACHE_DIR` - 任意。知見保存用ローカルキャッシュだけ別の場所に置く場合に指定
56
+ - `PAPUT_API_KEY` - Required PaPut API key.
57
+ - `PAPUT_API_URL` - Optional API URL. Defaults to `https://api.paput.io`.
58
+ - `PAPUT_PROJECT_MATCH` - Optional project name fragment for automatic project linking when creating or updating memos.
59
+ - `PAPUT_HOME` - Optional PaPut local data directory. Defaults to `~/.paput`.
60
+ - `PAPUT_CACHE_DIR` - Optional cache directory for knowledge capture data.
63
61
 
64
- `PAPUT_PROJECT_MATCH` を設定すると、メモ作成・更新時に、指定文字列を含むスキルシートプロジェクトが自動で紐付けられます。複数マッチした場合は最初のプロジェクトが使われます。
62
+ When `PAPUT_PROJECT_MATCH` is set, memo create and update operations search skill sheet projects whose title contains the configured text and link the first match.
65
63
 
66
- ## AI 連携の初期設定
64
+ ## AI Setup
67
65
 
68
- Claude/Codex PaPut Skill とグローバルルールを使う場合は、次を実行します。
66
+ Run this command to install PaPut skills and global rules for Claude and Codex:
69
67
 
70
68
  ```bash
71
69
  npx -y paput-mcp setup-ai
72
70
  ```
73
71
 
74
- このコマンドは、実行時に変更内容を表示したうえで以下を行います。
72
+ The setup command:
75
73
 
76
- - `~/.paput/skills` に PaPut Skill の正本を作成
77
- - Claude が存在する場合、`~/.claude/skills` symlink を作成
78
- - Codex が存在する場合、`~/.agents/skills` symlink を作成
79
- - Claude/Codex のグローバルルールに PaPut 利用ルールを追記
74
+ - Creates canonical PaPut skills under `~/.paput/skills`
75
+ - Creates symlinks under `~/.claude/skills` when Claude is available
76
+ - Creates symlinks under `~/.agents/skills` when Codex is available
77
+ - Adds PaPut usage rules to Claude/Codex global instruction files
80
78
 
81
- オプション:
79
+ Options:
82
80
 
83
81
  ```bash
84
- # グローバルルールを変更しない
82
+ # Do not update global rules
85
83
  npx -y paput-mcp setup-ai --no-rules
86
84
 
87
- # PaPut 管理のリンクやルールを更新
85
+ # Refresh PaPut-managed links and rule blocks
88
86
  npx -y paput-mcp setup-ai --force
89
87
 
90
- # Claude または Codex だけ設定
88
+ # Configure only Claude or only Codex
91
89
  npx -y paput-mcp setup-ai --claude-only
92
90
  npx -y paput-mcp setup-ai --codex-only
93
91
  ```
94
92
 
95
- 生成される Skill:
93
+ Generated skills:
96
94
 
97
- - `paput-init` - 初回設定、既存メモ同期、未処理セッション確認
98
- - `paput-sync` - 既存 PaPut メモをローカルキャッシュへ同期
99
- - `paput-capture` - 現在の会話や指定テーマから知見候補を pending に保存
100
- - `paput-save` - pending 候補を確認し、承認したものだけ PaPut に保存
95
+ - `paput-init` - Initialize PaPut usage, sync existing memos, and inspect unprocessed sessions.
96
+ - `paput-sync` - Sync existing PaPut memos into the local cache.
97
+ - `paput-capture` - Extract reusable knowledge candidates from the current conversation or a specified topic and add them to pending.
98
+ - `paput-save` - Review pending candidates first, then save only candidates explicitly approved by the user.
101
99
 
102
- ## 知見保存ワークフロー
100
+ ## Knowledge Workflow
103
101
 
104
- PaPut への保存は、意図しないメモ登録を避けるために 2 段階で行います。
102
+ Knowledge capture uses a two-step flow to avoid accidental memo creation.
105
103
 
106
104
  ```text
107
- 知見候補を抽出
105
+ Extract reusable knowledge candidates
108
106
 
109
- pending に保存
107
+ Add candidates to pending
110
108
 
111
- 確認後に PaPut へ本保存
109
+ Save approved candidates to PaPut
112
110
  ```
113
111
 
114
- 通常は、`setup-ai` が追記するグローバルルールにより、AI が作業完了時や問題解決時に PaPut へ残す候補を自動で確認し、重複・機密・プロジェクト固有情報の混入がない候補を pending に追加します。追加後はタイトル、カテゴリ、候補 ID を簡潔に報告します。
112
+ The global rules installed by `setup-ai` ask the AI assistant to automatically check whether completed work, solved problems, or settled design decisions produced reusable knowledge. Candidates that are reusable, non-duplicate, non-sensitive, and not project-specific may be added to pending without asking for approval. The assistant should report the title, categories, and candidate ID after adding them.
115
113
 
116
- 重複の可能性、機密情報の混入、汎用性の低さ、判断に迷う内容がある場合だけ、pending 追加前に確認を求めます。
114
+ If a candidate may be duplicate, sensitive, project-specific, or too ambiguous, the assistant should ask before adding it to pending.
117
115
 
118
- AI が候補提示を行わなかった場合は、`paput-capture` を使います。
116
+ Use `paput-capture` when the assistant did not automatically suggest candidates.
119
117
 
120
118
  ```text
121
- PaPut に残す知見候補を作って
119
+ Create PaPut knowledge candidates from this conversation
122
120
  ```
123
121
 
124
- pending 候補を PaPut に本保存する場合は、`paput-save` を使います。
122
+ Use `paput-save` when you want to save pending candidates to PaPut.
125
123
 
126
124
  ```text
127
- PaPut の保存候補を確認して
125
+ Review my PaPut pending candidates
128
126
  ```
129
127
 
130
- Claude では `/paput-save` のように Skill を呼び出せます。Codex では `$paput-save` または自然言語で利用します。
128
+ Claude can call skills such as `/paput-save`. Codex can call `$paput-save` or use natural language.
131
129
 
132
- ## 利用可能なツール
130
+ ## Available Tools
133
131
 
134
- ### メモ管理
132
+ ### Memo Management
135
133
 
136
- - `paput_create_memo` - メモを作成
137
- - `paput_search_memo` - メモを検索
138
- - `paput_get_memo` - メモの詳細を取得
139
- - `paput_update_memo` - メモを更新
140
- - `paput_get_categories` - カテゴリー一覧を取得
134
+ - `paput_create_memo` - Create a PaPut memo directly.
135
+ - `paput_search_memo` - Search PaPut memos by keyword, category, IDs, date, visibility, or pagination.
136
+ - `paput_get_memo` - Get full details for a memo.
137
+ - `paput_update_memo` - Update an existing memo.
138
+ - `paput_get_categories` - List available categories.
141
139
 
142
- ### ノート管理
140
+ ### Note Management
143
141
 
144
- - `paput_create_note` - ノートを作成
145
- - `paput_search_notes` - ノートを検索
146
- - `paput_get_note` - ノートの詳細を取得
147
- - `paput_update_note` - ノートを更新
142
+ - `paput_create_note` - Create a note that groups existing memos.
143
+ - `paput_search_notes` - Search notes by keyword, visibility, and pagination.
144
+ - `paput_get_note` - Get full details for a note.
145
+ - `paput_update_note` - Update a note title, visibility, or attached memo IDs.
148
146
 
149
- ### スキルシート管理
147
+ ### Skill Sheet Management
150
148
 
151
- - `paput_get_skill_sheet` - スキルシートを取得
152
- - `paput_update_skill_sheet_basic_info` - スキルシート基本情報を更新
153
- - `paput_update_skill_sheet_self_pr` - スキルシート自己PRを更新
154
- - `paput_set_skill_sheet_skills` - スキルシートのスキル一覧を指定した最終状態に置き換え
155
- - `paput_upsert_skill_sheet_project` - スキルシートプロジェクトを追加または更新
156
- - `paput_delete_skill_sheet_project` - スキルシートからプロジェクトを削除
149
+ - `paput_get_skill_sheet` - Get the full skill sheet.
150
+ - `paput_update_skill_sheet_basic_info` - Update basic profile fields.
151
+ - `paput_update_skill_sheet_self_pr` - Update the self PR section.
152
+ - `paput_set_skill_sheet_skills` - Replace the full skill list with the provided final state.
153
+ - `paput_upsert_skill_sheet_project` - Add or update a skill sheet project.
154
+ - `paput_delete_skill_sheet_project` - Delete a skill sheet project.
157
155
 
158
- ### 知見保存・ローカルキャッシュ
156
+ ### Knowledge Capture And Local Cache
159
157
 
160
- - `paput_cache_status` - ローカルキャッシュ状態を取得
161
- - `paput_sync_remote_memos` - 既存 PaPut メモをローカルキャッシュへ同期
162
- - `paput_scan_sessions` - Claude/Codex のローカルセッションログを検出
163
- - `paput_get_session_transcript` - セッション本文を取得
164
- - `paput_add_knowledge_candidates` - AI が抽出した知見候補を pending に保存
165
- - `paput_list_pending_candidates` - 未保存の知見候補を一覧表示
166
- - `paput_save_pending_candidate` - pending 候補を PaPut メモとして保存
167
- - `paput_discard_pending_candidate` - pending 候補を破棄
158
+ - `paput_cache_status` - Inspect the local cache state.
159
+ - `paput_sync_remote_memos` - Sync existing PaPut memos into the local cache.
160
+ - `paput_scan_sessions` - Scan local Claude/Codex session logs.
161
+ - `paput_get_session_transcript` - Read a session transcript.
162
+ - `paput_add_knowledge_candidates` - Add extracted knowledge candidates to pending.
163
+ - `paput_list_pending_candidates` - List pending candidates.
164
+ - `paput_save_pending_candidate` - Save an approved pending candidate as a PaPut memo.
165
+ - `paput_discard_pending_candidate` - Discard a pending candidate.
168
166
 
169
- ## ローカルデータ
167
+ ## Confirmation Guidance
170
168
 
171
- PaPut MCP が作成するローカルデータは、デフォルトで `~/.paput` に保存されます。
169
+ Write and destructive tools should be used only when the user intent is clear. In particular:
170
+
171
+ - `paput_save_pending_candidate` requires explicit user approval to save a pending candidate to PaPut.
172
+ - `paput_delete_skill_sheet_project` should be used only when the user intends to delete a project.
173
+ - `paput_set_skill_sheet_skills` replaces the full skill list and should be used only when the desired final list is known.
174
+ - `paput_discard_pending_candidate` removes a pending candidate from the save flow.
175
+ - Update and upsert tools should preserve existing data unless the user requests a change.
176
+
177
+ ## Usage Examples
178
+
179
+ ### 1. Avoid duplicate knowledge before saving
180
+
181
+ ```text
182
+ Search PaPut for existing memos about MCP tool descriptions before creating a new knowledge candidate.
183
+ ```
184
+
185
+ Recommended tool flow:
186
+
187
+ 1. `paput_search_memo`
188
+ 2. `paput_add_knowledge_candidates` if no duplicate exists
189
+ 3. `paput_list_pending_candidates` when the user wants to review pending items
190
+
191
+ ### 2. Capture knowledge from a Codex session
192
+
193
+ ```text
194
+ Scan recent Codex sessions and extract reusable knowledge from the relevant session.
195
+ ```
196
+
197
+ Recommended tool flow:
198
+
199
+ 1. `paput_scan_sessions`
200
+ 2. `paput_get_session_transcript`
201
+ 3. `paput_add_knowledge_candidates`
202
+
203
+ ### 3. Update a skill sheet project
204
+
205
+ ```text
206
+ Update my skill sheet project with the latest technologies and responsibilities.
207
+ ```
208
+
209
+ Recommended tool flow:
210
+
211
+ 1. `paput_get_skill_sheet`
212
+ 2. `paput_upsert_skill_sheet_project`
213
+ 3. `paput_get_skill_sheet` to verify the updated project
214
+
215
+ ## Local Data
216
+
217
+ PaPut MCP stores local data under `~/.paput` by default.
172
218
 
173
219
  ```text
174
220
  ~/.paput/
175
- skills/ # Claude/Codex にリンクする Skill の正本
176
- cache/ # メモ同期、pending 候補、処理済みセッション情報
221
+ skills/ # Canonical skills linked into Claude/Codex
222
+ cache/ # Synced memos, pending candidates, and processed sessions
177
223
  ```
package/dist/cli/index.js CHANGED
@@ -18,14 +18,14 @@ export function runCli(args) {
18
18
  }
19
19
  function printHelp() {
20
20
  console.log(`Usage:
21
- paput-mcp MCP サーバーを起動
22
- paput-mcp setup-ai Claude/Codex 向け PaPut 連携を初期設定
21
+ paput-mcp Start the MCP server
22
+ paput-mcp setup-ai Set up PaPut integration for Claude/Codex
23
23
 
24
24
  Options:
25
- --force PaPut 管理の既存リンク/ルールを更新
26
- --no-rules グローバルルールを追記しない
27
- --claude-only Claude のみ設定
28
- --codex-only Codex のみ設定
25
+ --force Refresh existing PaPut-managed links and rules
26
+ --no-rules Do not update global rules
27
+ --claude-only Configure Claude only
28
+ --codex-only Configure Codex only
29
29
  `);
30
30
  }
31
31
  //# sourceMappingURL=index.js.map