@k2works/claude-code-booster 1.8.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.
@@ -29,7 +29,7 @@ npm start
29
29
  ### 構築
30
30
 
31
31
  ```bash
32
- claude mcp add -s project codex -- npx @modelcontextprotocol/server-memory
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {