Files
admin 6eeb8b9087 feat: add wordvibe_build_page (Word Page Builder over MCP)
Wraps the site tool wpb_build_page: build or update a Word Page from {kind, html} sections. The page lands as a native Word Page (payload in post meta, builder-rendered), so it stays editable and undoable in the builder. Also documents the builder tools in the bundled skill and README.
2026-09-22 01:59:54 +03:00

26 lines
887 B
YAML

name: wordvibe-hermes
version: 1.0.0
description: >-
Drive WordPress sites that run the WordVibe plugin — read/write files, edit code,
search the codebase, query the database, manage posts/plugins, run WP-CLI — through
the site's own built-in MCP server (WordVibe → Settings → MCP).
author: WordVibe
author_url: https://wordvibe.io
homepage: https://wordvibe.io
provides_tools:
- wordvibe_sites
- wordvibe_site_info
- wordvibe_tools
- wordvibe_call
- wordvibe_read_file
- wordvibe_write_file
- wordvibe_edit_file
- wordvibe_search
- wordvibe_build_page
requires_env:
- name: WORDVIBE_SITE_URL
description: "WordPress site URL (e.g. https://mysite.com). MCP Server Mode must be enabled in WordVibe → Settings → MCP."
- name: WORDVIBE_MCP_KEY
description: "MCP server key from WordVibe → Settings → MCP (Bearer token)."
secret: true