Skip to content

Commit 86e55e0

Browse files
committed
remove oauth from github
1 parent 393af45 commit 86e55e0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

centralmind/mcp-github.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@ database:
147147
required: true
148148
default: 10
149149
tables: []
150-
plugins:
151-
oauth:
152-
provider: "auth0"
153-
user_info_url: "https://altinity.auth0.com/userinfo"
154-
# use --set plugins.oauth.client_id=XXX,plugins.oauth.client_secret=YYYY during `helm upgrade` for properly install
155-
scopes:
156-
- "openid"
157-
- "profile"
158-
- "email"
159-
redirect_url: "https://mcp-github.altinity-skaeser-playground.dev.altinity.cloud/oauth/callback" # OAuth callback URL
160-
auth_url: "/oauth/authorize" # Gateway's authorization endpoint (optional)
161-
callback_url: "/oauth/callback" # Gateway's callback endpoint (optional)
150+
plugins: {}
151+
# use --set plugins.oauth.client_id=XXX,plugins.oauth.client_secret=YYYY during `helm upgrade` for properly install
152+
# oauth:
153+
# provider: "auth0"
154+
# user_info_url: "https://altinity.auth0.com/userinfo"
155+
# scopes:
156+
# - "openid"
157+
# - "profile"
158+
# - "email"
159+
# redirect_url: "https://mcp-github.altinity-skaeser-playground.dev.altinity.cloud/oauth/callback" # OAuth callback URL
160+
# auth_url: "/oauth/authorize" # Gateway's authorization endpoint (optional)
161+
# callback_url: "/oauth/callback" # Gateway's callback endpoint (optional)
162162

0 commit comments

Comments
 (0)