Open
Description
There is the ability to set an http.Server for use with the NewSSEServer method:
srv := &http.Server{}
sseServer := server.NewSSEServer(s, server.WithHTTPServer(srv))
Can an example be created that uses this functionality to easily run an MCP server as an AWS Lambda or under API Gateway? With a handler?
Metadata
Metadata
Assignees
Labels
No labels