import gradio as gr gr.load_openapi( openapi_spec="https://raw.githubusercontent.com/utsav-pilot/openapi-spec-swagger/refs/heads/main/banking.json", base_url="https://api-dev.mtf.co.nz/v1/banking", paths=None, methods=['GET', 'POST', 'PUT', 'DELETE'], ).launch(mcp_server=True)