| name | dev-toolkit |
| description | Common development commands for creating, testing, and building the project. |
Development Toolkit
This skill provides a set of standard commands for working with the Awesome Copilot MCP Server.
Commands
1. Build
Compiles the TypeScript source code to the dist/ directory.
npm run build
2. Test
Runs the test suite using Vitest.
npm test
npm run test:coverage
npm run test:watch
3. Lint
Checks the code for style and potential errors.
npm run lint
npm run lint:fix
4. Run Locally (MCP Mode)
Starts the MCP server in stdio mode (for testing with Inspector or local clients).
npm start
npm run inspect:stdio
5. Metadata Generation
Commands for managing the awesome-copilot metadata.
npm run generate-metadata
npm run generate-metadata:lean
npm run generate-metadata:verify
npm run check:metadata-size
6. HTTP Server & Inspection
Commands for running the server in HTTP mode and inspecting it.
npm run start-http
npm run start-http:debug
npm run inspect:stdio
npm run inspect:http
7. Debugging & Maintenance
Helper commands for debugging and maintenance.
npm run debug:cli
npm run archive:reports
npm run clean