Open App

Changelog

What's new in Bussin. The web app updates continuously. Reload app.bussin.dev and you have the latest version; there is nothing to download or upgrade.

MCP server version 0.1.4

September 11, 2026

Metadata only, no functional changes. bussin-mcp@0.1.4 adds the mcpName field the official MCP registry uses to verify package ownership, so the server can be listed there.

  • Updated documentation of mcp-server to be more accurate with regards to destructive operations

MCP server version 0.1.2

September 11, 2026

Metadata only, no functional changes. bussin-mcp@0.1.2 adds the mcpName field the official MCP registry uses to verify package ownership, so the server can be listed there.

  • Declared mcpName as io.github.sgebb/bussin-mcp for MCP registry publication
  • CI now fails the build if the publishable tarball would contain a sourcemap, omit the LICENSE, or declare a license other than BUSL-1.1

MCP server version 0.1.1

September 11, 2026

bussin-mcp@0.1.1 corrects the license metadata for both bussin-mcp and bussin-client-js to Business Source License 1.1 (BUSL-1.1). See LICENSE for terms.

  • Marked both npm packages as BUSL-1.1 (free for personal, educational, and internal business use)
  • Removed sourcemap from published npm tarball
  • Ensures correct license in structured data across bussin.dev

MCP server for AI assistants

September 2026

Released bussin-mcp, a Model Context Protocol server that connects Claude, ChatGPT, Cursor and other MCP-aware assistants to Azure Service Bus. It shares the AMQP client the web app uses, runs locally, and authenticates with Entra ID.

  • Peek, search and inspect queues, topics, subscriptions and dead-letter queues in natural language
  • Read-only by default; sending and destructive operations are separate opt-in flags
  • --demo mode runs against an in-process simulator, with no Azure account needed

Reliability and platform updates

Recent

  • Queue and message views now refresh automatically after any write operation, so what you see always reflects the broker
  • Fixed a duplicate confirmation dialog when resubmitting a message
  • Switched site analytics to GoatCounter, which is privacy-friendly with no cookies and no cross-site tracking. See our security page.
  • Upgraded the application runtime to Node 24