Monorepo for MCP (Model Context Protocol) configuration packages.
| Package | Description |
|---|---|
| @gleanwork/mcp-config-schema | Type-safe schemas and builders for MCP client configurations |
| @gleanwork/mcp-config-glean | Glean-specific MCP configuration defaults and helpers |
# Install dependencies
npm install
# Build all packages
npm run build
# Run tests across all packages
npm run test
# Run all checks (lint, typecheck, test)
npm run test:all@gleanwork/mcp-config-glean depends on @gleanwork/mcp-config-schema and provides Glean-specific defaults on top of the base schema package.
MIT