@constellationdev/types
v1.2.1
Published
Shared Zod schemas and TypeScript types for Constellation MCP tools
Readme
Constellation Shared Types
Shared Zod schemas and TypeScript types for Constellation MCP and CLI projects.
Overview
This package provides the single source of truth for all MCP and CLI data types used across the Constellation system:
constellation-mcp- MCP client and Code Mode sandboxconstellation-cli- Command-line interface tool
[!NOTE]
Thenpm run buildscript in this project checks for theprocess.env.CIenvironment variable value. If it is not set then the post-build script will runnpm linkto create a local reference to this package. Projects dependent on this package also check if theprocess.env.CIvalue is not set and utilize the localnpm link.
Development
# Install dependencies
npm install
# Build (ESM + CJS + types)
npm run build
# Type check
npm run type-check
# Clean build output
npm run cleanLicense
AGPL-3.0 - See LICENSE for details.
Copyright © 2026 ShiftinBits Inc.
