chore(deps): update docker.io/grafana/mcp-grafana docker tag to v1 - #1468
Merged
Conversation
Contributor
Registry Build PreviewAll registries built successfully! Registry:
|
Contributor
MCP Server Tool List Updates (server.json)The tool lists for modified MCP server entries have been automatically updated using Summary
This comment is automatically generated and will be updated as the workflow progresses. |
…vers:\n- grafana\n- grafana\n\nAutomatically updated using 'catalog update-tools' command.\n\nCo-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
rdimitrov
approved these changes
Aug 17, 2026
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:
0.17.2→1.1.0Release Notes
grafana/mcp-grafana (docker.io/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_test_suites, in the opt-inagento11ycategory. Reads cover the test suites that offline experiments run against, one suite with its full version history, and the test cases of one version. The write operations (create and update a suite; open a draft version; publish it; upsert and delete a test case) needgrafana-agento11y-app.eval:writeand are registered only when write tools are enabled.upsert_test_casereplaces the whole case rather than merging into it, and a published version rejects every edit, so changing a published suite means opening a new draftagento11y_manage_experiments, in the opt-inagento11ycategory. Reads cover the experiment list and filter facets, one experiment with its headline result, a per-test-case report, an experiment's trials and scores, and one trial with its scores and artifact metadata.get_reportis trimmed torow_limitrows (default 50, max 500) because the route is not paginated upstream and nests every test case input, score, and artifact record. The write operations (updateandcancel) needgrafana-agento11y-app.eval:writeand are registered only when write tools are enabled. Creating experiments and trials is not exposed: the plugin proxy blocks those routesagento11y_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)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)v1.0.0Compare Source
Added
agento11y_manage_conversationsandagento11y_manage_generationsin a newagento11ycategory, excluded from the default tool set (#944)get_panel_imageon MCP Apps-aware hosts, with a dashboard deeplink fallback for other hosts. The deeplink text content is tagged with_meta.ui.kind = "deeplink"so viewers can locate it structurally instead of by string matching (#882)Fixed
OTEL_EXPORTER_OTLP_TRACES_ENDPOINTenvironment variable, so operators can ship traces without also exporting logs; the genericOTEL_EXPORTER_OTLP_ENDPOINTstill enables both signals (#1004)Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.