Skip to content

add 3 presets shipped in v0.5.59 (google-calendar, pageindex, vodou-mac-control) - #1

Merged
VodouAI merged 1 commit into
mainfrom
sync-3-presets-from-monorepo
May 6, 2026
Merged

VodouAI merged 1 commit into
mainfrom
sync-3-presets-from-monorepo

Conversation

@VodouAI

@VodouAI VodouAI commented May 6, 2026

Copy link
Copy Markdown
Owner

These presets ship in Vodou release archives via the monorepo's local presets/ directory but were never synced to the public catalog. This PR brings them in.

Added

  • google-calendar.json — Google Calendar via local stdio MCP wrapper
  • pageindex.json — vectorless RAG over long PDFs (cloud HTTP MCP, paid service)
  • vodou-mac-control.json — native macOS UI automation (local stdio, Accessibility permission required)

Validation

All three pass node scripts/validate-presets.mjs against the current presets/_schema.json. No schema changes needed.

Follow-up

4 more presets in the monorepo (gmail, ms365, tavily, zoho) use schema features not yet in this repo's _schema.json:

  • switchAccount (gmail, ms365)
  • dcrOptionalApiKey (tavily)
  • userSuppliedUrl / userSuppliedUrlPlaceholder (zoho)

Plus ms365.description is 201 chars (1 over the 200 cap). Will land as a separate PR that bumps the schema + brings those 4 presets across cleanly.

…ac-control)

These presets ship in Vodou release archives via the monorepo's local
presets/ directory but were never synced to the public catalog. This PR
brings them in so external contributors can see the canonical set.

  - google-calendar — Google Calendar via local stdio MCP wrapper
  - pageindex — vectorless RAG over long PDFs (cloud HTTP MCP)
  - vodou-mac-control — native macOS UI automation (local stdio,
    Accessibility permission required)

All three validate clean against the current presets/_schema.json.

Follow-up PRs needed for: gmail, ms365, tavily, zoho. Those use schema
features not yet in this repo's _schema.json (switchAccount,
dcrOptionalApiKey, userSuppliedUrl). Will land as one PR that updates
the schema + adds the 4 remaining presets.
@VodouAI
VodouAI merged commit bc145e4 into main May 6, 2026
1 check passed
@VodouAI
VodouAI deleted the sync-3-presets-from-monorepo branch May 6, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants