Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 591 Bytes

File metadata and controls

11 lines (10 loc) · 591 Bytes

Contributing

  1. Fork the repository and create a focused branch.
  2. Write a failing test before changing MCP runtime behavior.
  3. Keep MCP tool schemas aligned with the bundled OpenAPI contract.
  4. Do not edit skills/beatapi-video directly; synchronize the canonical BeatAPI Skill release with npm run skill:sync.
  5. Do not edit mcp/vendor/client directly; synchronize the official client runtime with npm run runtime:sync.
  6. Run the plugin validator and npm run verify before opening a pull request.
  7. Never include real API keys, private media, or customer task data.