You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ A [Model Context Protocol][mcp] (MCP) server for Grafana.
4
4
5
5
This provides access to your Grafana instance and the surrounding ecosystem.
6
6
7
+
## Requirements
8
+
9
+
-**Grafana version 9.0 or later** is required for full functionality. Some features, particularly datasource-related operations, may not work correctly with earlier versions due to missing API endpoints.
10
+
7
11
## Features
8
12
9
13
_The following features are currently available in MCP server. This list is for informational purposes only and does not represent a roadmap or commitment to future features._
If you encounter the following error when using datasource-related tools:
470
+
471
+
```
472
+
get datasource by uid : [GET /datasources/uid/{uid}][400] getDataSourceByUidBadRequest {"message":"id is invalid"}
473
+
```
474
+
475
+
This typically indicates that you are using a Grafana version earlier than 9.0. The `/datasources/uid/{uid}` API endpoint was introduced in Grafana 9.0, and datasource operations will fail on earlier versions.
476
+
477
+
**Solution:** Upgrade your Grafana instance to version 9.0 or later to resolve this issue.
478
+
461
479
## Development
462
480
463
481
Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.
0 commit comments