Releases: appsignal/appsignal-mcp
Releases · appsignal/appsignal-mcp
v1.0.0
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
Add multi-architecture Docker builds
- Add support for linux/amd64 and linux/arm64 platforms
Full Changelog: v0.0.1...v0.0.2
Initial release
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).