v0.10.0
Breaking Change: Dashboard API
SigNoz MCP Server v0.10.0 migrates dashboard tools to the v2/Perses dashboards API.
- Dashboard create, get, update, patch, list, delete, and import tools require SigNoz v0.135.0 or later.
- Dashboard create and update payloads now use the Perses
v6schema. Update direct callers that still send legacyv5dashboard payloads. signoz_check_metric_usagerequires SigNoz v0.135.0 to return dashboard references. On older versions, alert references continue to work, but dashboard references will be empty.
Upgrade SigNoz before upgrading the MCP server if you use dashboard tools.
What's Changed
- docs: streamline CLAUDE.md and extract plan templates by @makeavish in #258
- chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.82.1 by @dependabot[bot] in #259
- feat: migrate dashboard tools to v2 perses APIs by @namanv3 in #260
- chore: pre-release v0.10.0 by @github-actions[bot] in #261
New Contributors
Full Changelog: v0.9.0...v0.10.0