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