@agentic-survey/schema
v0.1.1
Published
SQL migration + shared TypeScript types for the survey data model.
Maintainers
Readme
@agentic-survey/schema
The data model for agentic-survey-mcp: the SQL migration plus shared TypeScript types, including the get_results contract. Surfaces the raw SQL so you can install it into your own Supabase (SQL editor, supabase db push, or the Supabase MCP).
Most people want @agentic-survey/mcp-server instead, which installs this for you via init --print-sql.
import { readInitialMigrationSql } from '@agentic-survey/schema';
console.log(readInitialMigrationSql()); // paste into the Supabase SQL editor