PBC_MCP_2 / app.py
Umer4's picture
Add app.py
930c985 verified
raw
history blame contribute delete
288 Bytes
import os
import gradio as gr
gr.load_openapi(
openapi_spec="https://chimerical-palmier-57419d.netlify.app/pbc_swagger.json",
base_url="https://app.pbccompanies.com/",
paths=None,
methods=['GET'],
auth_token=os.getenv("OPENAPI_AUTH_TOKEN")
).launch(mcp_server=True)