Skip to content

Commit 11a023f

Browse files
tadasantclaude
andcommitted
chore(appsignal): bump version to 0.2.14
### Fixed - Fixed search_logs returning 400 errors when using start and end parameters - Implemented workaround for AppSignal API bug with GraphQL variables ### Added - Manual test coverage for search_logs 400 error scenario - Setup script (test:manual:setup) for easier manual testing ### Improved - Documentation for manual testing setup in new worktrees - Monorepo workspace configuration for better dependency management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 59b4bb8 commit 11a023f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These are high-quality servers that we may discontinue if the official provider
2929

3030
| Name | Description | Local Status | Remote Status | Target Audience | Notes |
3131
| -------------------------------------- | --------------------------------------------------------------- | ------------ | ------------- | ----------------------------------------------------- | -------------------------------------------------------------------- |
32-
| [appsignal](./experimental/appsignal/) | AppSignal application performance monitoring and error tracking | 0.2.13 | Not Started | Developers using AppSignal for application monitoring | Requires AppSignal API key; NOT officially affiliated with AppSignal |
32+
| [appsignal](./experimental/appsignal/) | AppSignal application performance monitoring and error tracking | 0.2.14 | Not Started | Developers using AppSignal for application monitoring | Requires AppSignal API key; NOT officially affiliated with AppSignal |
3333
| [twist](./experimental/twist/) | Twist team messaging and collaboration platform integration | 0.1.17 | Not Started | Teams using Twist for asynchronous communication | Requires Twist API bearer token and workspace ID |
3434

3535
## Contributing

experimental/appsignal/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.14] - 2025-07-07
11+
1012
### Fixed
1113

1214
- Fixed search_logs returning 400 errors when using `start` and `end` parameters. Implemented a workaround for an AppSignal API bug where these parameters cause 400 errors when passed as GraphQL variables. The parameters now work correctly by being hardcoded in the query string, allowing users to filter logs by time range.

experimental/appsignal/local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appsignal-mcp-server",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Local implementation of AppSignal MCP server",
55
"main": "build/index.js",
66
"type": "module",

experimental/appsignal/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)