Yuki Takei 14 часов назад
Родитель
Сommit
59107ed572
3 измененных файлов с 17 добавлено и 1 удалено
  1. 3 0
      .gitignore
  2. 9 1
      .mcp.json
  3. 5 0
      apps/app/.claude/settings.json

+ 3 - 0
.gitignore

@@ -43,6 +43,9 @@ yarn-error.log*
 *.code-workspace
 *.timestamp-*.mjs
 
+# UTCP configuration file
+.utcp_config.json
+
 # turborepo
 .turbo
 

+ 9 - 1
.mcp.json

@@ -1,3 +1,11 @@
 {
-  "mcpServers": {}
+  "mcpServers": {
+    "code-mode": {
+      "command": "npx",
+      "args": ["-y", "@utcp/code-mode-mcp"],
+      "env": {
+        "UTCP_CONFIG_FILE": "/workspace/growi/.utcp_config.json"
+      }
+    }
+  }
 }

+ 5 - 0
apps/app/.claude/settings.json

@@ -0,0 +1,5 @@
+{
+  "enabledPlugins": {
+    "mcp-client-skills@growi-mcp-tools": true
+  }
+}