Sign In

@spanlens/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spanlens/mcp-server - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const SERVER_VERSION = "0.1.0";
export declare const SERVER_VERSION = "0.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.0';
export const SERVER_VERSION = '0.1.1';
{
"name": "@spanlens/mcp-server",
"version": "0.1.0",
"version": "0.1.1",
"mcpName": "io.github.spanlens/mcp-server",
"description": "MCP server for Spanlens — query LLM cost, anomalies, traces, and per-user analytics from inside Cursor, Continue, or Claude Desktop.",

@@ -5,0 +6,0 @@ "type": "module",