How do I expose the mcp server in a lambda function?
I am using lambda functions with the serverless framework,
In the serverless.yaml file I declare the path to a javascript handler function, this function receives an event as a parameter... I do not receive a standard request/response like in the express framework, for example
If anyone has an example of use, I would be grateful, thank you.