@yepcode/mcp-server
Advanced tools
+1
-1
@@ -175,3 +175,3 @@ import { Server } from "@modelcontextprotocol/sdk/server/index.js"; | ||
| } | ||
| let toolName = process.slug; | ||
| let toolName = `${RUN_PROCESS_TOOL_NAME_PREFIX}${process.slug}`; | ||
| if (toolName.length > 60) { | ||
@@ -178,0 +178,0 @@ toolName = `${RUN_PROCESS_TOOL_NAME_PREFIX}${process.id}`; |
+1
-1
| { | ||
| "name": "@yepcode/mcp-server", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "MCP server for YepCode", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
222199
0.02%