Skip to content

Commit 91362e5

Browse files
committed
add oauth section into mcp-github.yaml
1 parent 98b86a0 commit 91362e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

centralmind/mcp-github.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ api:
22
name: "github"
33
description: "GitHub github_eventsset from github.demo.altinity.cloud"
44
version: "0.2"
5+
6+
oauth:
7+
provider: "auth0"
8+
user_info_url: "https://altinity.auth0.com/userinfo"
9+
# use --set oauth.client_id=XXX,oauth.client_secret=YYYY during `helm upgrade` for properly install
10+
scopes:
11+
- "openid"
12+
- "profile"
13+
- "email"
14+
redirect_url: "https://mcp-github.altinity-skaeser-playground.dev.altinity.cloud/oauth/callback" # OAuth callback URL
15+
auth_url: "/oauth/authorize" # Gateway's authorization endpoint (optional)
16+
callback_url: "/oauth/callback" # Gateway's callback endpoint (optional)
17+
518
database:
619
type: clickhouse
720
connection: clickhouse://github.demo.altinity.cloud:9440/default?username=demo&password=demo&secure=true

0 commit comments

Comments
 (0)