File size: 85 Bytes
15fa13b
 
4ee5e21
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "text", "text").launch(mcp_server=True)