@uniswap/ai-toolkit-claude-mcp-helper 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4888,9 +4888,7 @@ function disableServer(serverName) {
|
|
|
4888
4888
|
function enableCommand(serverNames) {
|
|
4889
4889
|
if (serverNames.length === 0) {
|
|
4890
4890
|
displayError("Please specify at least one server name to enable.");
|
|
4891
|
-
console.log(
|
|
4892
|
-
"\nUsage: claude-mcp-helper enable <server-name> [<server-name>...]"
|
|
4893
|
-
);
|
|
4891
|
+
console.log("\nUsage: claude-mcp-helper enable <server-name> [<server-name>...]");
|
|
4894
4892
|
console.log("Example: claude-mcp-helper enable github supabase\n");
|
|
4895
4893
|
return;
|
|
4896
4894
|
}
|
|
@@ -4898,11 +4896,9 @@ function enableCommand(serverNames) {
|
|
|
4898
4896
|
for (const serverName of serverNames) {
|
|
4899
4897
|
if (!availableServers.includes(serverName)) {
|
|
4900
4898
|
displayError(`Server "${serverName}" is not configured.`);
|
|
4901
|
-
console.log(
|
|
4902
|
-
`
|
|
4899
|
+
console.log(`
|
|
4903
4900
|
Available servers: ${availableServers.join(", ") || "none"}
|
|
4904
|
-
`
|
|
4905
|
-
);
|
|
4901
|
+
`);
|
|
4906
4902
|
continue;
|
|
4907
4903
|
}
|
|
4908
4904
|
const status = getServerStatus(serverName);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../../../src/commands/enable.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,aAAa,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../../../src/commands/enable.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,aAAa,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,CA+BzD"}
|