chore(deps): update dependency grafana/mcp-grafana to v1.1.0 - #542
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0→1.1.0Release Notes
grafana/mcp-grafana (grafana/mcp-grafana)
v1.1.0Compare Source
Added
--server-auth-token/MCP_GRAFANA_SERVER_TOKEN. When set, callers must presentAuthorization: Bearer <token>and unauthenticated requests are rejected with401before any tool runs. Caller authentication is enforced only when a token is configured; when it isn't, a non-loopback bind still starts but logs a security error at startup (#1059, #1060)ask_assistanttool (opt-in, write-gated) for asking Grafana Assistant open-ended questions and getting a full text reply (#1026)agento11y_manage_agents, in the opt-inagento11ycategory. Read-only:listfor the agent catalog,getfor one agent version in full (system prompt, tools, models),list_versionsfor an agent's version history, andlist_version_scoresfor evaluation score aggregates per version. Needsgrafana-agento11y-app.data:readand is registered whether or not write tools are enabled (#1036)agento11y_manage_eval_collections, in the opt-inagento11ycategory. Reads cover saved conversations, the collections that group them, and the membership in both directions. The write operations (bookmark and delete a saved conversation; create, update, and delete a collection; add and remove collection members) needgrafana-agento11y-app.eval:writeand are registered only when write tools are enabled (#1035)agento11y_manage_evaluatorsandagento11y_manage_eval_rules, in the opt-inagento11ycategory. Reads cover evaluators, evaluator templates, template versions, the judge provider and model catalog, eval rules, and guards. The write operations (evaluator upsert, fork, test, and delete; rule and guard create, update, preview, and delete) needgrafana-agento11y-app.eval:writeand are registered only when write tools are enabled (#1028)Fixed
readOnly/destructive/openWorldhints on every tool (#1051)OTEL_LOGS_EXPORTER=noneto disable OTLP log export (#1012)Fixed
GRAFANA_URLwithout a scheme is normalized where it enters the process, so the API client and the client cache resolve the same instance as the rest of the server.GRAFANA_URL=127.0.0.1:3000used to panic at startup, and a schemeless hostname produced requests with no host while tools built fromGrafanaConfig.URLkept working (#1034)Changed
query_pyroscopenow returns a per-function table (pprof -topstyle: flat/cum per fully-qualified function name) by default instead of a line-level DOT call graph. The DOT call graph remains available viaformat="dot"and no longer deletes theothertruncation node (#1025)Removed
X-Grafana-URLheader (#1052)Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.