Web Extension - MCP Server

0
I need to create an extension based on the Web API in order to expose an MCP Server to MAIA (11.8.0) via HTTP. I would like to use the @modelcontextprotocol/sdk library.The MCP server should be self‑hosted by the extension itself, and I need to start and stop its execution using two dedicated menu actions.My question is: how should I run the MCP server over HTTP? Can I use a built‑in HTTP server provided by the Web API, or should I use an external one such as Express? Do you have any examples or suggestions?
asked
0 answers