bolt.diy/wrangler.toml
Nirmal Arya 4ba8d5dd11 Enable full Node.js compatibility for stdio MCP servers
- 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>
2025-06-25 11:27:48 -04:00

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"