@@ -27,2 +27,3 @@ { | ||
| "description": "Up-to-date code and library documentation via Context7 MCP.", | ||
| "pluginId": "context7@claude-plugins-official", | ||
| "definition": { | ||
@@ -29,0 +30,0 @@ "url": "https://mcp.context7.com/mcp" |
+1
-1
| { | ||
| "name": "kyos-cli", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Bootstrap and safely evolve a shared Claude Code repo structure.", | ||
@@ -5,0 +5,0 @@ "author": "Eugene", |
@@ -602,5 +602,6 @@ const fs = require("fs"); | ||
| const pluginId = capability.pluginId || name; | ||
| const mcpConfig = loadMcpConfig(cwd); | ||
| mcpConfig.enabledPlugins = mcpConfig.enabledPlugins || {}; | ||
| mcpConfig.enabledPlugins[name] = true; | ||
| mcpConfig.enabledPlugins[pluginId] = true; | ||
| saveMcpConfig(cwd, mcpConfig); | ||
@@ -770,6 +771,7 @@ addInstalledCapability(config, "mcps", name); | ||
| for (const name of mcpNames) { | ||
| if (!mcpConfig.enabledPlugins[name]) { | ||
| const capability = getCapability(catalog, "mcp", name); | ||
| const capability = getCapability(catalog, "mcp", name); | ||
| const pluginId = (capability && capability.pluginId) || name; | ||
| if (!mcpConfig.enabledPlugins[pluginId]) { | ||
| if (capability) { | ||
| mcpConfig.enabledPlugins[name] = true; | ||
| mcpConfig.enabledPlugins[pluginId] = true; | ||
| changed = true; | ||
@@ -776,0 +778,0 @@ lines.push(`+ mcp:${name}`); |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
98600
0.18%1336
0.23%