A comprehensive Model Context Protocol (MCP) server for SeaTable that exposes end‑to‑end database capabilities (schema introspection, CRUD, querying, linking, select option management, and file attachment stubs) through 18+ rigorously defined tools. You can run it:
- As a local CLI (stdio) MCP server
- As an HTTP SSE server for local or remote IDEs
- As a globally distributed Cloudflare Worker (dual transport: `/sse` + `/mcp`)
Version 1.0.3 introduces fully explicit Zod schemas for every tool in the Cloudflare Worker path, eliminating earlier adapter ambiguity and ensuring reliable argument delivery across hosts.