@dexterai/connect 0.24.3 → 0.24.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.
- package/dist/react.js +1 -1
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -687,7 +687,7 @@ function vscodeInstallUrl(name, mcpUrl) {
|
|
|
687
687
|
return `vscode:mcp/install?${encodeURIComponent(JSON.stringify({ name, type: "http", url: mcpUrl }))}`;
|
|
688
688
|
}
|
|
689
689
|
function hermesInstallCommand(name, mcpUrl) {
|
|
690
|
-
return `hermes mcp add ${name} --url ${mcpUrl}
|
|
690
|
+
return `hermes mcp add ${name} --url ${mcpUrl}`;
|
|
691
691
|
}
|
|
692
692
|
function claudeCodeInstallCommand(name, mcpUrl) {
|
|
693
693
|
return `claude mcp add --transport http ${name} ${mcpUrl}`;
|