Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 348 Bytes

File metadata and controls

15 lines (12 loc) · 348 Bytes

Contributing

Use Node.js 20 or newer and pnpm 10.34.5.

pnpm install
pnpm format:check
pnpm typecheck
pnpm test
pnpm build

Changes to public behavior must include tests and corresponding README or API documentation updates. Keep integrations on public MCP SDK entry points; do not depend on private registries or undocumented fields.