clay-server 2.27.0-beta.3 → 2.27.0-beta.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/lib/sdk-bridge.js CHANGED
@@ -2386,6 +2386,7 @@ function createSDKBridge(opts) {
2386
2386
  },
2387
2387
  };
2388
2388
  if (opts.model) mentionQueryOptions.model = opts.model;
2389
+ if (mcpServers) mentionQueryOptions.mcpServers = mcpServers;
2389
2390
  query = sdk.query({
2390
2391
  prompt: mq,
2391
2392
  options: mentionQueryOptions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.27.0-beta.3",
3
+ "version": "2.27.0-beta.4",
4
4
  "description": "Self-hosted Claude Code in your browser. Multi-session, multi-user, push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",