Our AI team has built out a MCP Platform to move the MCPs from user desktops to AWS Bedrock Agentcore.
The requirements for the MCP To run on the platform is to support communication over HTTP/SSE , and support Azure Entra ID Oauth 2.0 authentication.
My understanding is that SQLCL MCP talks “stdio” .
So in order for it to run on an MCP platform ,
we need to
a) containerize the MCP binary and build an STDIO=> HTTP/SSE bridge
b) handle Entra ID Oauth
Has anyone tried to do that , is this a supported deployment model ? does Oracle have any plans to support deploying MCP on Platforms.