mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
use pre-configured credentials for Airtable MCP OAuth
This commit is contained in:
parent
c277b6c121
commit
2f4052aa71
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ MCP_SERVICES: dict[str, MCPServiceConfig] = {
|
|||
mcp_url="https://mcp.airtable.com/mcp",
|
||||
connector_type="AIRTABLE_CONNECTOR",
|
||||
oauth_discovery_origin="https://airtable.com",
|
||||
supports_dcr=False,
|
||||
client_id_env="AIRTABLE_CLIENT_ID",
|
||||
client_secret_env="AIRTABLE_CLIENT_SECRET",
|
||||
),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue