Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 331 Bytes

File metadata and controls

6 lines (5 loc) · 331 Bytes

Instructions

  • Use only scripts from package.json to run commands.
  • Use npm run build to run tsc and test build.
  • Use npm run test to build and run tests, run all tests to verify correctness.
  • use npm run test path-to-test.ts to build and run a single test file, for example, npm run test tests/McpContext.test.ts.