This commit is contained in:
Taylor Wilsdon
2025-08-23 10:18:50 -04:00
parent d0f277435a
commit 42a3e9d6a2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
# ruff: noqa
""" """
FastMCP CLI entrypoint for Google Workspace MCP Server. FastMCP CLI entrypoint for Google Workspace MCP Server.
This file imports all tool modules to register them with the server instance. This file imports all tool modules to register them with the server instance.
Generated
+1 -1
View File
@@ -2060,7 +2060,7 @@ wheels = [
[[package]] [[package]]
name = "workspace-mcp" name = "workspace-mcp"
version = "1.4.2" version = "1.4.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiohttp" }, { name = "aiohttp" },