Skip to content

feature: Example for use in an AWS Lambda #432

Open
@awoodward

Description

@awoodward

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions