Run MCP

Results 2 comments of Run MCP

Try this: ```typescript import Elysia from "elysia"; import { CloudflareAdapter } from "elysia/adapter/cloudflare-worker"; export default new Elysia({ adapter: CloudflareAdapter, aot: false // Avoid Cloudflare's eval restrictions 👈🏽 }) .get("/fail-no", ()...

Same error here (`execution failed: cannot access local variable 'asyncio'`) trying to run an MCP Tool. Version 1.5.x used to work. ``` Traceback (most recent call last): File "/root/langflow_env/lib64/python3.11/site-packages/langflow/base/mcp/util.py", line...