openwhisk
openwhisk copied to clipboard
Can we support the deployment of MCP STDIO protocol services
Can we support the deployment of MCP STDIO protocol services?
Can you expand more on MCP STDIO is?
We have implemented it on top of OpenServerless
What do you mean @xyq043170 - you want a function which operates as an stdio mcp server?
To support the mcp protocol in general we'd need a proxy server in openwhisk that implements the mcp protocol and bridges to the openwhisk action, or you have to embed the protocol into the action. I've seen this done with aws lambda so I think it's possible to do the latter.