R/http.R
serve_http.Rd
Serve an MCP server over HTTP using ambiorix
serve_http(mcp, port = Sys.getenv("SHINY_PORT", 3000), path = "/mcp")
An MCP server object
Port to listen on, defaults to 3000
Path to serve the MCP endpoint, defaults to "/mcp"
Invisible, runs indefinitely