update auth logic

This commit is contained in:
saidsurucu
2025-07-08 22:34:02 +03:00
parent 5509380cef
commit b86c18c842
2 changed files with 160 additions and 5 deletions
+3
View File
@@ -56,6 +56,9 @@ LOG_LEVEL=info
# Base URL for the application (used for OAuth callbacks and API URLs)
BASE_URL=http://localhost:8000
# JWT Secret for MCP token generation
JWT_SECRET_KEY=your_jwt_secret_key_here
# =============================================================================
# MCP SERVER SETTINGS
# =============================================================================