The current implementation of #565 implements an RPC transport to another Durable Object binding in the same worker. I would like to be able to use the RPC transport to point to another worker entirely. In wrangler, this would look like
"services": [
{
"binding": "MyMCP",
"service": "my-mcp-worker"
}
]
Related: #551