feat(tools): add mqttkit to Frameworks#5592
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new tool entry for mqttkit is added to Changesmqttkit Tool Registration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5592 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 23 23
Lines 931 931
Branches 180 180
=========================================
Hits 931 931 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-5592--asyncapi-website.netlify.app/ |
|
@keyp-dev sorry for the delay. can you please follow this documentation https://github.com/asyncapi/community/blob/master/docs/040-guides/add-new-asyncapi-tool-to-website.md Your tool will be added after that |
|



Adds mqttkit to the Frameworks category in `config/tools-manual.json`.
mqttkit is an Elysia-style application framework for MQTT (TypeScript / Bun / Node.js). Its companion package `@mqttkit/asyncapi` walks the declarative topic-route tree and emits an AsyncAPI 3.0 document — including JSON Schemas for payloads when zod or TypeBox schema providers are attached — and exposes the document over HTTP for browsable docs.
Diff
Added one entry to `Frameworks.toolsList` with `categories: ["code-first", "framework"]`, language `TypeScript`, technology `["Node.js"]` — same shape as the existing `FastStream` / `Repid` entries.
Checklist
Summary by CodeRabbit