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.
- package/bunnyquery.js +1 -1
- 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
|
|
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',
|