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.1
to
2.3.2
+12
-13
package.json

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

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

@@ -33,14 +33,6 @@ "license": "SEE LICENSE IN LICENSE",

},
"scripts": {
"build:manifests": "node ./scripts/build-manifests.mjs",
"build:ts": "tsc -p tsconfig.json",
"build": "pnpm build:manifests && pnpm build:ts",
"prepublishOnly": "pnpm build",
"start": "node dist/index.js",
"test:types": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@svgrid/enterprise": "workspace:^",
"zod": "^3.23.8"
"zod": "^3.23.8",
"@svgrid/enterprise": "^2.3.0"
},

@@ -71,3 +63,10 @@ "devDependencies": {

"agent"
]
}
],
"scripts": {
"build:manifests": "node ./scripts/build-manifests.mjs",
"build:ts": "tsc -p tsconfig.json",
"build": "pnpm build:manifests && pnpm build:ts",
"start": "node dist/index.js",
"test:types": "tsc -p tsconfig.json --noEmit"
}
}

@@ -66,3 +66,3 @@ <p align="center">

npm install -g @svgrid/mcp
@svgrid/mcp
svgrid-mcp
```

@@ -69,0 +69,0 @@

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

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

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

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

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