Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 577 Bytes

File metadata and controls

23 lines (15 loc) · 577 Bytes

Contributing

Thanks for contributing to mcp-smoke-test.

What helps most

  • protocol edge cases that improve smoke-test coverage
  • fixture improvements that stay small and reproducible
  • docs updates that make the CLI easier to adopt quickly

Local workflow

npm test

If you change CLI behavior, update both README.md and README.zh-CN.md when the structure or usage examples change.

Scope guardrails

  • keep runtime dependencies at zero
  • prefer small, protocol-focused improvements over broad framework work
  • keep examples safe to run locally