@spanlens/mcp-server
Advanced tools
@@ -1,1 +0,1 @@ | ||
| export declare const SERVER_VERSION = "0.1.1"; | ||
| export declare const SERVER_VERSION = "0.1.2"; |
+1
-1
| // Kept in a separate module so package.json doesn't have to be read at runtime | ||
| // (avoids resolveJsonModule pulling the whole manifest into the bundle). | ||
| // Bumped manually with each release; package.json stays canonical for npm. | ||
| export const SERVER_VERSION = '0.1.1'; | ||
| export const SERVER_VERSION = '0.1.2'; |
+1
-1
| { | ||
| "name": "@spanlens/mcp-server", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "mcpName": "io.github.spanlens/mcp-server", | ||
@@ -5,0 +5,0 @@ "description": "MCP server for Spanlens — query LLM cost, anomalies, traces, and per-user analytics from inside Cursor, Continue, or Claude Desktop.", |