@mcp-b/embedded-agent 1.2.8 → 1.2.9

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.
@@ -1358,7 +1358,7 @@ function useDelayedState(value, delay) {
1358
1358
  //#endregion
1359
1359
  //#region src/utils/constants.ts
1360
1360
  /** Production API base URL for WebMCP chat and token server */
1361
- const WEBMCP_PRODUCTION_API_BASE = "https://staging.meetchar.ai";
1361
+ const WEBMCP_PRODUCTION_API_BASE = "https://app.usechar.ai";
1362
1362
  /** Delay before auto-connecting to tab-based MCP sources (allows server initialization) */
1363
1363
  const MCP_TAB_CONNECT_DELAY_MS = 100;
1364
1364
  /** Number of frequency bins for audio visualization */
@@ -8470,7 +8470,7 @@ var AuthErrorBoundary = class extends React.Component {
8470
8470
  });
8471
8471
  };
8472
8472
  handleContact = () => {
8473
- window.open("mailto:support@char.ai?subject=Widget%20Error", "_blank");
8473
+ window.open("mailto:support@usechar.ai?subject=Widget%20Error", "_blank");
8474
8474
  };
8475
8475
  render() {
8476
8476
  if (this.state.hasError && this.state.error) {