Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3346f9d

Browse files
chore: release versions (googleworkspace#61)
* chore: release versions * chore: regenerate skills [skip ci] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 670267f commit 3346f9d

8 files changed

Lines changed: 19 additions & 23 deletions

File tree

.changeset/add-mcp-server.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/fix-api-client-header.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-setup-docs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @googleworkspace/cli
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 670267f: feat: add `gws mcp` Model Context Protocol server
8+
9+
Adds a new `gws mcp` subcommand that starts an MCP server over stdio,
10+
exposing Google Workspace APIs as structured tools to any MCP-compatible
11+
client (Claude Desktop, Gemini CLI, VS Code, etc.).
12+
13+
### Patch Changes
14+
15+
- 8c1042a: Fix x-goog-api-client header format to use `gl-rust/gws-<version>`
16+
- 3de9762: Fix docs: `gws setup``gws auth setup` (fixes #56, #57)
17+
318
## 0.2.2
419

520
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "gws"
17-
version = "0.2.2"
17+
version = "0.3.0"
1818
edition = "2021"
1919
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
2020
license = "Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleworkspace/cli",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
66
"license": "Apache-2.0",

skills/gws-admin/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ gws admin <resource> <method> [flags]
147147

148148
### users
149149

150-
- `createGuest` — Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545?hl=en). This feature is currently in Alpha. Please reach out to support if you are
150+
- `createGuest` — Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Alpha. Please reach out to support if you are intere
151151
- `delete` — Deletes a user.
152152
- `get` — Retrieves a user.
153153
- `insert` — Creates a user. Mutate calls immediately following user creation might sometimes fail as the user isn't fully created due to propagation delay in our backends. Check the error details for the "User cr

0 commit comments

Comments
 (0)