From a57218d076f00c7866bb61f6aa0b1e186cfec787 Mon Sep 17 00:00:00 2001 From: samanhappy Date: Sat, 22 Nov 2025 11:27:00 +0800 Subject: [PATCH] fix: Remove test routing and oauthClients configurations from settings (#441) --- mcp_settings.json | 91 +---------------------------------------------- 1 file changed, 1 insertion(+), 90 deletions(-) diff --git a/mcp_settings.json b/mcp_settings.json index b59fa13..9a0ad00 100644 --- a/mcp_settings.json +++ b/mcp_settings.json @@ -43,31 +43,6 @@ } ], "systemConfig": { - "routing": { - "enableGlobalRoute": true, - "enableGroupNameRoute": true, - "enableBearerAuth": true, - "bearerAuthKey": "t3QTQVcF4HWtF7v3IOSygxlV0RgSGuwk", - "skipAuth": false - }, - "install": { - "pythonIndexUrl": "", - "npmRegistry": "", - "baseUrl": "http://localhost:3000" - }, - "smartRouting": { - "enabled": false, - "dbUrl": "", - "openaiApiBaseUrl": "", - "openaiApiKey": "", - "openaiApiEmbeddingModel": "" - }, - "mcpRouter": { - "apiKey": "", - "referer": "https://www.mcphubx.com", - "title": "MCPHub", - "baseUrl": "https://api.mcprouter.to/v1" - }, "oauthServer": { "enabled": true, "accessTokenLifetime": 3600, @@ -88,69 +63,5 @@ "requiresAuthentication": false } } - }, - "oauthClients": [ - { - "clientId": "chatgpt-web", - "name": "ChatGPT Web", - "redirectUris": [ - "https://chatgpt.com/oauth/callback" - ], - "grants": [ - "authorization_code", - "refresh_token" - ], - "scopes": [ - "read", - "write" - ] - }, - { - "clientId": "6377bc3d11e7a3da74373d961eda4fff", - "name": "Cherry Studio", - "redirectUris": [ - "http://127.0.0.1:12346/oauth/callback" - ], - "grants": [ - "authorization_code", - "refresh_token" - ], - "scopes": [ - "read", - "write" - ], - "owner": "dynamic-registration", - "metadata": { - "application_type": "web", - "client_uri": "https://github.com/CherryHQ/cherry-studio", - "token_endpoint_auth_method": "none", - "response_types": [ - "code" - ] - } - }, - { - "clientId": "c83b7e4a47c25ac834ffc59d4439c75c", - "clientSecret": "e977d26c265977fc553ba9aecab42a84a911ac293373e3673d94d3164427e862", - "name": "ChatWise", - "redirectUris": [ - "http://localhost:59735/callback/e5btzxb2e3" - ], - "grants": [ - "authorization_code" - ], - "scopes": [ - "read", - "write" - ], - "owner": "dynamic-registration", - "metadata": { - "application_type": "web", - "token_endpoint_auth_method": "client_secret_basic", - "response_types": [ - "code" - ] - } - } - ] + } } \ No newline at end of file