Sign In

@svgrid/mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgrid/mcp - npm Package Compare versions

Comparing version
2.3.2
to
2.3.3
+4
-3
package.json

@@ -8,3 +8,3 @@ {

},
"version": "2.3.2",
"version": "2.3.3",
"description": "Model Context Protocol (MCP) server for SvGrid. Exposes example sources, docs, and API reference to AI assistants.",

@@ -36,3 +36,3 @@ "license": "SEE LICENSE IN LICENSE",

"zod": "^3.23.8",
"@svgrid/enterprise": "^2.3.0"
"@svgrid/enterprise": "^2.3.1"
},

@@ -69,4 +69,5 @@ "devDependencies": {

"start": "node dist/index.js",
"test:types": "tsc -p tsconfig.json --noEmit"
"test:types": "tsc -p tsconfig.json --noEmit",
"lint": "eslint ./src"
}
}

@@ -6,3 +6,3 @@ {

"description": "Version-pinned Svelte 5 data grid APIs, 373 demo sources, and SvelteKit app scaffolding.",
"version": "2.3.2",
"version": "2.3.3",
"websiteUrl": "https://svgrid.com/docs/help/mcp-server/",

@@ -19,3 +19,3 @@ "repository": {

"identifier": "@svgrid/mcp",
"version": "2.3.2",
"version": "2.3.3",
"runtimeHint": "npx",

@@ -22,0 +22,0 @@ "transport": {

Sorry, the diff of this file is too big to display