@@ -43,6 +43,9 @@ yarn-error.log*
*.code-workspace
*.timestamp-*.mjs
+# UTCP configuration file
+.utcp_config.json
+
# turborepo
.turbo
@@ -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"
+ }
}
@@ -0,0 +1,5 @@
+{
+ "enabledPlugins": {
+ "mcp-client-skills@growi-mcp-tools": true
+}