pub async fn simple_lambda_server<I, T>(tools: I) -> Result<LambdaMcpServer>where
I: IntoIterator<Item = T>,
T: McpTool + 'static,Expand description
Create a Lambda MCP server with minimal configuration
This is a convenience function for simple use cases where you just want to register some tools and get a working handler.