@uniswap/ai-toolkit-claude-mcp-helper 1.0.17-next.0 → 1.0.17
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.
|
@@ -5121,8 +5121,8 @@ async function interactiveCommand() {
|
|
|
5121
5121
|
console.log("}\n");
|
|
5122
5122
|
return;
|
|
5123
5123
|
}
|
|
5124
|
-
const servers = getAvailableServers();
|
|
5125
5124
|
const serversWithOrigins = getServersWithOrigins();
|
|
5125
|
+
const servers = serversWithOrigins.map((s) => s.name);
|
|
5126
5126
|
const statuses = getAllServerStatuses();
|
|
5127
5127
|
const groupedServers = groupServersByOrigin(serversWithOrigins);
|
|
5128
5128
|
console.log(colorize("\nMCP Server Configuration", "bold"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interactive.d.ts","sourceRoot":"","sources":["../../../../../src/commands/interactive.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"interactive.d.ts","sourceRoot":"","sources":["../../../../../src/commands/interactive.ts"],"names":[],"mappings":"AA8DA;;GAEG;AACH,wBAAsB,kBAAkB,IAAI,OAAO,CAAC,IAAI,CAAC,CAyKxD"}
|