Google Workspace Developer Tools VS Code Extension

Published on

I recently released the Google Workspace Developer Tools VS Code extension to help developers with OAuth2 scope management and AI assistance.

OAuth2 Scope Linting & Completions

Features

OAuth2 Scope Intelligence

The extension validates and documents Google Workspace OAuth2 scopes directly in your code. It provides real-time validation for invalid scopes, security classifications for restricted/sensitive scopes, and hover documentation with API details. It supports all Google Workspace APIs.

MCP (Model Context Protocol) Server

It also includes an MCP server for AI-powered development, allowing correct access to API documentation and context-aware suggestions.

Related Articles