oas-mcp

Contributing: Development Setup

Requirements: Node >=18, npm.

git clone https://github.com/elwizard33/oas-mcp
cd oas-mcp
npm install
npm test

Common scripts: | Script | Action | | —— | —— | | dev | Start local server with live TS via tsx | | test | Run vitest suite | | build | TypeScript build (dist) | | lint | ESLint |

PR checklist:

Next: Architecture Overview.