UNPKG

@ansvar/singapore-law-mcp

Version:

Complete Singapore law database — 523 Acts, 28K+ provisions from Singapore Statutes Online (sso.agc.gov.sg) with full-text search, definitions, and citation support

11 lines 279 B
#!/usr/bin/env tsx /** * Database builder for Singapore Law MCP server. * * Builds the SQLite database from seed JSON files in data/seed/. * Follows the Switzerland Law MCP reference pattern. * * Usage: npm run build:db */ export {}; //# sourceMappingURL=build-db.d.ts.map