Spaces:
Runtime error
Runtime error
| import os | |
| import gradio as gr | |
| gr.load_openapi( | |
| openapi_spec="https://rest.canopyapi.co/api/v1/openapi.json", | |
| base_url="https://rest.canopyapi.co/api/amazon/", | |
| paths=None, | |
| methods=['GET', 'POST'], | |
| auth_token=os.getenv("OPENAPI_AUTH_TOKEN") | |
| ).launch(mcp_server=True) | |