Home / Servers

developer-docs

by TeamGrid

TeamGrid Developer Documentation

Source for developer.teamgridapp.com, covering API v1, legacy API v0, the TypeScript SDK, CLI, and optional read-only MCP server.

Local development

Use Node.js 22.14 through 24.

npm ci
npm run dev

Run every source, type, contract, build, and output check:

npm run verify

Sources of truth

  • The checked-in public/openapi/v1.json contract drives the API v1 reference.
  • The checked-in public/openapi/v0.json contract describes the frozen v0 runtime.
  • sources/contracts.json records contract provenance and SHA-256 digests.
  • SDK, CLI, and MCP behavior follows the public TeamGrid/developer-platform packages.
  • Historical v0 prose was migrated from ReadMe and retains source attribution in frontmatter.

scripts/sync-contracts.mjs and scripts/import-readme-v0.mjs are maintainer tools. They require the canonical local source repositories and are not part of a normal CI build. Synchronize contracts with npm run sync:contracts -- /path/to/teamgrid-api <full-contract-source-sha> <full-runtime-sha>; the command reads immutable Git objects rather than the API working tree. If the runtime SHA is omitted, it defaults to the contract source SHA for single-commit releases.

Deployment model

The site is a static Astro/Starlight build deployed to the teamgrid-developer-docs Cloudflare Pages project. Pull requests build and validate the complete site. A protected main push deploys that exact commit after the verification job succeeds, using the least-privilege credentials stored in the GitHub production environment.

The production domain is developer.teamgridapp.com. It was cut over to Cloudflare Pages on 2026-07-19. The *.pages.dev deployment URLs remain available for diagnostics and carry X-Robots-Tag: noindex so the custom domain is the only indexable origin.

See Production operations for deployment, smoke-test, and rollback procedures.

See CONTRIBUTING.md, SECURITY.md, and LICENSE.md.

Related servers

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

NOASSERTION198,904

@modelcontextprotocol/server-everything

Official

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,105

@modelcontextprotocol/server-filesystem

Official

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSE89,105

mcp-server-fetch

Official

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,105