You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to make a single worker that defines an Agent and an McpAgent, and the agent connects to the server (with this.mcp.connect())
Problems:
We actually want it to use a service binding to connect, but the mcp.connect api expects as URL (and there might some mcp transport constraints where it assumes fetch?)
Internal "fetch" won't work without the global_fetch_strictly_public flag (also it's annoying to setup the domains/host to connect to when the binding is right there)