Skip to content

Commit d141968

Browse files
committed
fix: correct license to Apache-2.0 in plugin.json
The project uses Apache License 2.0, not AGPL-3.0. Update plugin.json to reflect the correct license.
1 parent d8153fe commit d141968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"homepage": "https://github.com/grafana/mcp-grafana",
99
"repository": "https://github.com/grafana/mcp-grafana",
10-
"license": "AGPL-3.0",
10+
"license": "Apache-2.0",
1111
"mcpServers": {
1212
"grafana": {
1313
"command": "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/install-binary.sh",

0 commit comments

Comments
 (0)