refactor oauth flow to simplify and leverage google built in resources

This commit is contained in:
Taylor Wilsdon
2025-05-06 12:17:22 -04:00
parent cc54fc1b8f
commit db9452f3ad
5 changed files with 227 additions and 399 deletions

View File

@@ -89,7 +89,9 @@ echo "Press Ctrl+C to stop the server."
echo ""
# Start the server with the MCP Inspector
echo "[DEBUG] About to start npx inspector command..."
npx -y @modelcontextprotocol/inspector uv --directory "$SCRIPT_DIR" run main.py
echo "[DEBUG] npx inspector command exited." # This might not be reached if Ctrl+C
# This part will execute if npx is interrupted with Ctrl+C
echo ""