add 3 presets shipped in v0.5.59 (google-calendar, pageindex, vodou-mac-control) - #1
Merged
Merged
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 wrapperpageindex.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.mjsagainst the currentpresets/_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.descriptionis 201 chars (1 over the 200 cap). Will land as a separate PR that bumps the schema + brings those 4 presets across cleanly.