Skip to content

Commit 792f4c3

Browse files
committed
chore: release v1.23.0
1 parent c2c9c50 commit 792f4c3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.4",
33
"name": "workspace-mcp",
44
"display_name": "Google Workspace MCP",
5-
"version": "1.22.2",
5+
"version": "1.23.0",
66
"description": "Full natural language control over Google Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Tasks, Chat and Custom Search through all MCP clients, AI assistants and developer tools",
77
"long_description": "A production-ready MCP server that integrates all major Google Workspace services with AI assistants. Includes Google PSE integration for custom web searches.",
88
"author": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "workspace-mcp"
7-
version = "1.22.2"
7+
version = "1.23.0"
88
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
99
readme = "README.md"
1010
keywords = [ "mcp", "google", "workspace", "llm", "ai", "claude", "model", "context", "protocol", "server"]

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"name": "io.github.taylorwilsdon/workspace-mcp",
44
"description": "Google Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat.",
55
"status": "active",
6-
"version": "1.22.2",
6+
"version": "1.23.0",
77
"packages": [
88
{
99
"registryType": "pypi",
1010
"identifier": "workspace-mcp",
1111
"transport": {
1212
"type": "stdio"
1313
},
14-
"version": "1.22.2"
14+
"version": "1.23.0"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)