@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.
Files changed (2) hide show
  1. package/dist/react.js +1 -1
  2. 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} --auth oauth`;
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}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexterai/connect",
3
- "version": "0.24.3",
3
+ "version": "0.24.4",
4
4
  "description": "Sign in with Dexter — passkey connector. Composes @dexterai/vault.",
5
5
  "type": "module",
6
6
  "exports": {