mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
- Add nodejs_als compatibility flag and node_compat preset to wrangler.toml - Remove artificial stdio limitation from MCP service - Restore original example config with npx/uvx servers - Update UI messaging to reflect both stdio and SSE support - This should enable Jimmy's original stdio MCP functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
317 B
TOML
11 lines
317 B
TOML
#:schema node_modules/wrangler/config-schema.json
|
|
name = "bolt"
|
|
compatibility_flags = ["nodejs_compat", "nodejs_als"]
|
|
compatibility_date = "2025-03-28"
|
|
pages_build_output_dir = "./build/client"
|
|
send_metrics = false
|
|
|
|
[node_compat]
|
|
# Enable Node.js compatibility mode for child_process and other APIs
|
|
preset = "legacy"
|