lensmcp 1.7.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "lensmcp-marketplace",
3
+ "owner": {
4
+ "name": "David Antoon",
5
+ "email": "davidmantoon@gmail.com"
6
+ },
7
+ "metadata": {
8
+ "description": "The LensMCP observability lens, packaged as a Claude Code plugin."
9
+ },
10
+ "plugins": [
11
+ {
12
+ "name": "lensmcp",
13
+ "source": "./plugin",
14
+ "description": "Run the LensMCP dev cluster gateway + per-project dashboard + MCP server from inside Claude Code."
15
+ }
16
+ ]
17
+ }