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

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.

2
uv.lock generated
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" },