musubi-sdd 2.0.5 → 2.0.7

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/README.ja.md CHANGED
@@ -700,8 +700,8 @@ MUSUBI v2.0.0は高度なコード分析のために**CodeGraphMCPServer**と統
700
700
  #### オプション1: Claude Code(ターミナル)
701
701
 
702
702
  ```bash
703
- # CodeGraph MCPをpipxでインストール
704
- pipx install codegraph-mcp-server
703
+ # CodeGraph MCPをpipxでインストール(--forceで常に最新版に更新)
704
+ pipx install --force codegraph-mcp-server
705
705
 
706
706
  # Claude Codeに追加
707
707
  claude mcp add codegraph -- codegraph-mcp serve --repo .
@@ -715,7 +715,8 @@ claude mcp list
715
715
  1. **前提条件をインストール**:
716
716
 
717
717
  ```bash
718
- pipx install codegraph-mcp-server
718
+ # --forceで既存インストールも最新版に更新
719
+ pipx install --force codegraph-mcp-server
719
720
  ```
720
721
 
721
722
  2. **VS Codeを設定** (`.vscode/mcp.json`):
package/README.md CHANGED
@@ -873,8 +873,8 @@ MUSUBI v2.0.0 integrates with **CodeGraphMCPServer** for advanced code analysis.
873
873
  #### Option 1: Claude Code (Terminal)
874
874
 
875
875
  ```bash
876
- # Install CodeGraph MCP with pipx
877
- pipx install codegraph-mcp-server
876
+ # Install CodeGraph MCP with pipx (--force ensures latest version)
877
+ pipx install --force codegraph-mcp-server
878
878
 
879
879
  # Add to Claude Code
880
880
  claude mcp add codegraph -- codegraph-mcp serve --repo .
@@ -888,7 +888,8 @@ claude mcp list
888
888
  1. **Install Prerequisites**:
889
889
 
890
890
  ```bash
891
- pipx install codegraph-mcp-server
891
+ # --force ensures latest version even if already installed
892
+ pipx install --force codegraph-mcp-server
892
893
  ```
893
894
 
894
895
  2. **Configure VS Code** (`.vscode/mcp.json`):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubi-sdd",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "Ultimate Specification Driven Development Tool with 25 Agents for 7 AI Coding Platforms + MCP Integration (Claude Code, GitHub Copilot, Cursor, Gemini CLI, Windsurf, Codex, Qwen Code)",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -182,7 +182,8 @@ codegraph-mcpがインストールされていない場合、**ユーザーに
182
182
 
183
183
  ```bash
184
184
  # pipxでインストール(推奨)
185
- pipx install codegraph-mcp-server
185
+ # --force で既存インストールも最新版に更新
186
+ pipx install --force codegraph-mcp-server
186
187
 
187
188
  # 動作確認
188
189
  codegraph-mcp --version