@mulmoclaude/google-plugin 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@ account** to the chat agent as one `google` tool (kind-discriminated
5
5
  dispatch). Server-only — no Vue View.
6
6
 
7
7
  - Engine: `@mulmoclaude/core/google` (OAuth loopback + PKCE, token store at
8
- `~/.config/mulmoclaude/google-token.json`, Calendar v3 REST). The settings
8
+ `~/.config/mulmo/google-token.json`, Calendar v3 REST). The settings
9
9
  UI, remote-host commands, `yarn google:auth`, and this tool share one link
10
10
  state.
11
11
  - Kinds: `status`, `calendarListEvents`, `calendarCreateEvent`. Tasks / Drive
package/dist/index.js CHANGED
@@ -4098,7 +4098,7 @@ var GoogleArgs = discriminatedUnion("kind", [
4098
4098
  var TOOL_DEFINITION = {
4099
4099
  type: "function",
4100
4100
  name: "google",
4101
- prompt: "The user's Google account is linked LOCALLY on this machine — the refresh token lives in ~/.config/mulmoclaude/ and never reaches any cloud. This is independent of claude.ai Google connectors; the tool works without them. If a call fails with 'Google account not linked', ask the user to link it in Settings → Plugins → Google (or run `yarn google:auth`), then retry the original call.",
4101
+ prompt: "The user's Google account is linked LOCALLY on this machine — the refresh token lives in ~/.config/mulmo/ and never reaches any cloud. This is independent of claude.ai Google connectors; the tool works without them. If a call fails with 'Google account not linked', ask the user to link it in Settings → Plugins → Google (or run `yarn google:auth`), then retry the original call.",
4102
4102
  description: "Operate the user's Google services through the locally linked Google account. Currently Google Calendar (the primary calendar). Supported kinds:\n - `status`: report whether the Google account is linked on this machine — call this first when unsure.\n - `calendarListEvents`: list upcoming events. Optional `timeMin` (ISO 8601 date-time with timezone offset; default now) and `maxResults` (1-50, default 10).\n - `calendarCreateEvent`: create an event. Requires `summary`, `start`, `end` — ISO 8601 date-times WITH a timezone offset (e.g. 2026-07-17T09:00:00+09:00); optional `description`.",
4103
4103
  parameters: {
4104
4104
  type: "object",