You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error("Error: SOCKET_API_KEY environment variable is not set");
19
+
logger.error("SOCKET_API_KEY environment variable is not set");
10
20
process.exit(1);
11
21
}
12
22
constSOCKET_HEADERS={
@@ -24,20 +34,20 @@ const server = new McpServer({
24
34
tools: {},
25
35
},
26
36
});
27
-
server.tool("depscore","Get the dependency score of a package with the `depscore` tool from Socket. Use 'unknown' for version if not known.",{
37
+
server.tool("depscore","Get the dependency score of a package with the `depscore` tool from Socket. Use 'unknown' for version if not known. Use this tool to scan dependencies for their quality and security on existing code or when code is generated.",{
console.error("Error: SOCKET_API_KEY environment variable is not set");
26
+
logger.error("SOCKET_API_KEY environment variable is not set");
12
27
process.exit(1);
13
28
}
14
29
@@ -31,22 +46,22 @@ const server = new McpServer({
31
46
32
47
server.tool(
33
48
"depscore",
34
-
"Get the dependency score of a package with the `depscore` tool from Socket. Use 'unknown' for version if not known.",
49
+
"Get the dependency score of a package with the `depscore` tool from Socket. Use 'unknown' for version if not known. Use this tool to scan dependencies for their quality and security on existing code or when code is generated.",
0 commit comments