We have a relatively complex project. In order to speed up build times, I'm trying to centralize compilation of all our IDLs into a single project that can use a parallel-midl pass across them. The ...
Is your feature request related to a problem? Please describe. Some of our MCP server requires authentication using API/APP keys passed by the HTTP headers. We are developing an MCP server, and this ...