mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
add required OAuth scopes for Airtable MCP
This commit is contained in:
parent
2f4052aa71
commit
0cc2475f6b
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ MCP_SERVICES: dict[str, MCPServiceConfig] = {
|
|||
supports_dcr=False,
|
||||
client_id_env="AIRTABLE_CLIENT_ID",
|
||||
client_secret_env="AIRTABLE_CLIENT_SECRET",
|
||||
scopes=["data.records:read", "data.records:write", "schema.bases:read", "schema.bases:write"],
|
||||
),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue