diff --git a/mcp_settings.json b/mcp_settings.json index 9a0ad00..c7c15b1 100644 --- a/mcp_settings.json +++ b/mcp_settings.json @@ -41,27 +41,5 @@ "password": "$2b$10$Vt7krIvjNgyN67LXqly0uOcTpN0LI55cYRbcKC71pUDAP0nJ7RPa.", "isAdmin": true } - ], - "systemConfig": { - "oauthServer": { - "enabled": true, - "accessTokenLifetime": 3600, - "refreshTokenLifetime": 1209600, - "authorizationCodeLifetime": 300, - "requireClientSecret": false, - "allowedScopes": [ - "read", - "write" - ], - "requireState": false, - "dynamicRegistration": { - "enabled": true, - "allowedGrantTypes": [ - "authorization_code", - "refresh_token" - ], - "requiresAuthentication": false - } - } - } + ] } \ No newline at end of file