@k2works/claude-code-booster 1.7.0 → 1.8.1
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.
package/lib/assets/README.md
CHANGED
|
@@ -29,7 +29,7 @@ npm start
|
|
|
29
29
|
### 構築
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
claude mcp add -s project
|
|
32
|
+
claude mcp add -s project memory -- npx @modelcontextprotocol/server-memory
|
|
33
33
|
claude mcp add -s project codex -- npx @openai/codex mcp-server
|
|
34
34
|
```
|
|
35
35
|
|
|
File without changes
|