Commit d9cca7c
authored
fix(oauth): Add missing MCP server OAuth scopes (#938)
## Problem
Twig wasn't requesting all OAuth scopes that the PostHog MCP server supports, causing MCP tools that rely on those scopes to fail.
Missing scopes: `action:read`, `action:write`, `error_tracking:write`, `event_definition:write`, `logs:read`, `warehouse_view:read`.
## Changes
- Added 6 missing MCP server OAuth scopes to the Twig app's OAuth configuration
- Sorted scopes alphabetically for consistency1 parent 6265433 commit d9cca7c
1 file changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
| 19 | + | |
16 | 20 | | |
| 21 | + | |
17 | 22 | | |
| 23 | + | |
18 | 24 | | |
| 25 | + | |
19 | 26 | | |
| 27 | + | |
20 | 28 | | |
| 29 | + | |
| 30 | + | |
21 | 31 | | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 35 | | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
0 commit comments