Analyzes Cloudflare D1 database schema to reveal table structures, columns, indexes, relationships, and optional sample rows from a specified environment.
Enables building Perch mods by providing Perch's display vocabulary, documentation, builtin package examples, a package validator, and the ability to run your package in Perch.
MCP server for Cloudflare D1 database introspection, providing schema analysis, relationship extraction, validation, and optimization suggestions via Semantic Intent patterns.
Validate a Perch mod package: verify mod.json schema, entry, Lua parsing, widget declaration, and display types. For the final verdict, run the package with perch_run.
Start building Perch mods by following this guide covering package shape, Lua declarations, handlers, scopes, and style. Read it first for a clear overview.
Launches Perch in development mode using a specific package folder, making the widget appear in Settings → Layout → Widgets and on the notch. Requires Windows; use PERCH_EXE if not installed via Steam.
Retrieve specific sections of Perch's display vocabulary: components, props, colors, host functions, handlers, scopes, and contexts. Specify the part to fetch the needed reference.
Access Perch modding and API documentation: list available pages, view specific guides or API references, and search for terms to locate relevant information.