Add or modify an MCP tool in the webcake-landing server (src/tools/). Use when the task is "add a tool", "change a tool's args/behavior", or "expose a new backend call as a tool". Knows the server.tool() pattern, the dryrun/redaction convention, the Domain seam, and where to register the tool name.
Verify a change to the webcake-landing MCP server before it's called done. Use after editing src/ — runs the build+smoke gate, confirms dist/ is complete, and sanity-checks the conventions. Read-only on source; only runs build/test commands.
Change the Webcake page-source model safely — add/modify an element type or alter the schema. Use when the task touches what a page or element can contain. Each element is ONE descriptor (the catalog/container/field sets derive from it); only the schema enum is a separate touch. Runs the build+smoke gate.
Get webcake-landing-mcp listed as an official connector/app in the Claude Connectors Directory and the ChatGPT App Directory. Covers the npm-vs-registry-vs-connector distinction, the remote-MCP hosting requirement, the OAuth 2.1 prerequisite, tool safety annotations, and each platform's submission process. Use when…
Generate and edit Webcake landing pages from a requirement using the webcake-landing MCP tools. Covers the page-source model, the 23 tools, intake questions, and the create/edit workflow with organization targeting, reference-input ingest, and dry-run safety.
Build and extend the webcake-landing MCP server itself — add tools, add element types, keep the page-source model in sync across the four source files, and pass the build+smoke gate. Use when editing src/ in this repo (NOT when using the MCP to make landing pages — that's the webcake-landing skill).
Instructions for vuluu2k/webcake-landing-mcp, covering agents.md — webcake-landing-mcp, runtime rules (when an llm uses the webcake-landing tools) and repo / dev rules (when editing this codebase).
Instructions for vuluu2k/webcake-landing-mcp, covering claude.md, what this is, commands, build rules (must follow when editing src/) and architecture.
Build, validate, and persist Webcake landing-page source JSON: element schemas plus AI usage hints. Runs locally from the webcake-landing-mcp npm package. Needs 5 environment variables to run.
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder. Runs locally from the webcake-storefront-mcp npm package. Needs 4 environment variables to run.
MCP server for semantic search, CRUD, and graph operations over hierarchical knowledge bases stored as Markdown with YAML frontmatter. Runs locally from the knowledge-mcp-server npm package.