bunnyquery 1.0.2 → 1.0.3

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/bunnyquery.js +1 -1
  2. package/package.json +1 -1
package/bunnyquery.js CHANGED
@@ -36,7 +36,7 @@
36
36
  // The embed has no build-time env, so we always point at the production
37
37
  // MCP host. Override BunnyQuery.MCP_BASE_URL before init() to swap.
38
38
  const DEFAULTS = {
39
- MCP_BASE_URL: 'https://mcp-dev.broadwayinc.computer',
39
+ MCP_BASE_URL: 'https://mcp.broadwayinc.computer',
40
40
  MCP_NAME: 'BunnyQuery',
41
41
  DEFAULT_CLAUDE_MODEL: 'claude-sonnet-4-6',
42
42
  DEFAULT_OPENAI_MODEL: 'gpt-5.4',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunnyquery",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "BunnyQuery AI chat client",
5
5
  "main": "bunnyquery.js",
6
6
  "files": [