Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 499 Bytes

File metadata and controls

21 lines (16 loc) · 499 Bytes

Contributing

This project is pre-1.0.

Before opening a pull request:

npm install
npm run typecheck
npm test
npm run build
npm run check:vercel-output
npm run audit:high
npm run scan:secrets
npm run check:mcp-isolation
npm run check:ai-docs

MCP servers in src/mcp-servers/ must remain standalone stdio processes. Do not import from src/ application internals.

Do not include secrets, real customer documents, private proposal text, or real Google Drive folder IDs in examples.