queue-pilot 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/index.js +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,6 +11,10 @@ MCP server for message queue development — combines message inspection with JS
|
|
|
11
11
|
|
|
12
12
|
Designed for integration projects where multiple teams communicate via message brokers: inspect queues/topics, view messages, and validate payloads against agreed-upon schemas — all from your AI assistant.
|
|
13
13
|
|
|
14
|
+
<p align="center">
|
|
15
|
+
<img src="docs/queue-pilot-diagram.svg" alt="Queue Pilot architecture: MCP clients connect to Queue Pilot, which interfaces with RabbitMQ and Kafka" width="720">
|
|
16
|
+
</p>
|
|
17
|
+
|
|
14
18
|
## Features
|
|
15
19
|
|
|
16
20
|
- **Multi-broker support** — RabbitMQ and Apache Kafka via a unified adapter interface
|
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "queue-pilot",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "MCP server for message queue development — combines RabbitMQ and Kafka message inspection with JSON Schema validation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"json-schema",
|
|
49
49
|
"amqp"
|
|
50
50
|
],
|
|
51
|
-
"mcpName": "io.github.
|
|
51
|
+
"mcpName": "io.github.LarsCowe/queue-pilot",
|
|
52
52
|
"author": "Lars",
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"engines": {
|