Skip to content

Releases: appsignal/appsignal-mcp

v1.0.0

09 Oct 12:36

Choose a tag to compare

Added

  • The first release of the AppSignal MCP Server as a npm package.

View the MCP Server v1.0.0 changelog for more information.

v0.0.2

03 Jul 07:27
f1f3498

Choose a tag to compare

Add multi-architecture Docker builds

  • Add support for linux/amd64 and linux/arm64 platforms

Full Changelog: v0.0.1...v0.0.2

Initial release

02 Jul 06:27
e3549e9

Choose a tag to compare

This is the initial release of appsignal-mcp.

This library is written to function as a proxy to our MCP API, meaning there's no logic in this actual MCP server, but everything is piped through to our main application.

This allows us for quick turnaround for the initial development cycle of the MCP server.

The server is packaged in a Docker container, which allows us to eventually replace the Typescript server with something smaller and more efficient in the future, without changing the public API (the public API here being the docker container).