@svgrid/mcp 2.3.1 → 2.3.2

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.
package/README.md CHANGED
@@ -63,7 +63,7 @@ npx @svgrid/mcp
63
63
 
64
64
  # Or install globally, then run the bin
65
65
  npm install -g @svgrid/mcp
66
- @svgrid/mcp
66
+ svgrid-mcp
67
67
  ```
68
68
 
69
69
  The server speaks MCP over **stdio**: stdout is reserved for JSON-RPC, logs go to stderr.
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,70 +1,69 @@
1
- {
2
- "name": "@svgrid/mcp",
3
- "mcpName": "com.svgrid/svgrid",
4
- "funding": {
5
- "type": "commercial",
6
- "url": "https://svgrid.com/pricing"
7
- },
8
- "version": "2.3.1",
9
- "description": "Model Context Protocol (MCP) server for SvGrid. Exposes example sources, docs, and API reference to AI assistants.",
10
- "license": "SEE LICENSE IN LICENSE",
11
- "author": "jQWidgets <sales@jqwidgets.com>",
12
- "homepage": "https://svgrid.com/docs/help/mcp-server/",
13
- "repository": {
14
- "type": "git",
15
- "url": "git+https://github.com/sv-grid/sv-grid.git",
16
- "directory": "packages/mcp"
17
- },
18
- "type": "module",
19
- "main": "dist/index.js",
20
- "bin": {
21
- "svgrid-mcp": "dist/index.js"
22
- },
23
- "files": [
24
- "dist",
25
- "README.md",
26
- "LICENSE",
27
- "server.json"
28
- ],
29
- "publishConfig": {
30
- "access": "public"
31
- },
32
- "scripts": {
33
- "build:manifests": "node ./scripts/build-manifests.mjs",
34
- "build:ts": "tsc -p tsconfig.json",
35
- "build": "pnpm build:manifests && pnpm build:ts",
36
- "prepublishOnly": "pnpm build",
37
- "start": "node dist/index.js",
38
- "test:types": "tsc -p tsconfig.json --noEmit"
39
- },
40
- "dependencies": {
41
- "@modelcontextprotocol/sdk": "^1.0.4",
42
- "@svgrid/enterprise": "workspace:^",
43
- "zod": "^3.23.8"
44
- },
45
- "devDependencies": {
46
- "@types/node": "^22.10.7",
47
- "typescript": "6.0.3"
48
- },
49
- "engines": {
50
- "node": ">=18"
51
- },
52
- "keywords": [
53
- "mcp",
54
- "model context protocol",
55
- "model-context-protocol",
56
- "ai",
57
- "llm",
58
- "claude",
59
- "cursor",
60
- "zed",
61
- "svelte",
62
- "svelte5",
63
- "data grid",
64
- "datagrid",
65
- "svgrid",
66
- "sv-grid",
67
- "codegen",
68
- "agent"
69
- ]
70
- }
1
+ {
2
+ "name": "@svgrid/mcp",
3
+ "mcpName": "com.svgrid/svgrid",
4
+ "funding": {
5
+ "type": "commercial",
6
+ "url": "https://svgrid.com/pricing"
7
+ },
8
+ "version": "2.3.2",
9
+ "description": "Model Context Protocol (MCP) server for SvGrid. Exposes example sources, docs, and API reference to AI assistants.",
10
+ "license": "SEE LICENSE IN LICENSE",
11
+ "author": "jQWidgets <sales@jqwidgets.com>",
12
+ "homepage": "https://svgrid.com/docs/help/mcp-server/",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/sv-grid/sv-grid.git",
16
+ "directory": "packages/mcp"
17
+ },
18
+ "type": "module",
19
+ "main": "dist/index.js",
20
+ "bin": {
21
+ "svgrid-mcp": "dist/index.js"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "README.md",
26
+ "LICENSE",
27
+ "server.json"
28
+ ],
29
+ "publishConfig": {
30
+ "access": "public"
31
+ },
32
+ "dependencies": {
33
+ "@modelcontextprotocol/sdk": "^1.0.4",
34
+ "zod": "^3.23.8",
35
+ "@svgrid/enterprise": "^2.3.0"
36
+ },
37
+ "devDependencies": {
38
+ "@types/node": "^22.10.7",
39
+ "typescript": "6.0.3"
40
+ },
41
+ "engines": {
42
+ "node": ">=18"
43
+ },
44
+ "keywords": [
45
+ "mcp",
46
+ "model context protocol",
47
+ "model-context-protocol",
48
+ "ai",
49
+ "llm",
50
+ "claude",
51
+ "cursor",
52
+ "zed",
53
+ "svelte",
54
+ "svelte5",
55
+ "data grid",
56
+ "datagrid",
57
+ "svgrid",
58
+ "sv-grid",
59
+ "codegen",
60
+ "agent"
61
+ ],
62
+ "scripts": {
63
+ "build:manifests": "node ./scripts/build-manifests.mjs",
64
+ "build:ts": "tsc -p tsconfig.json",
65
+ "build": "pnpm build:manifests && pnpm build:ts",
66
+ "start": "node dist/index.js",
67
+ "test:types": "tsc -p tsconfig.json --noEmit"
68
+ }
69
+ }
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "com.svgrid/svgrid",
4
4
  "title": "SvGrid",
5
5
  "description": "Version-pinned Svelte 5 data grid APIs, 373 demo sources, and SvelteKit app scaffolding.",
6
- "version": "2.3.1",
6
+ "version": "2.3.2",
7
7
  "websiteUrl": "https://svgrid.com/docs/help/mcp-server/",
8
8
  "repository": {
9
9
  "url": "https://github.com/sv-grid/sv-grid",
@@ -15,7 +15,7 @@
15
15
  "registryType": "npm",
16
16
  "registryBaseUrl": "https://registry.npmjs.org",
17
17
  "identifier": "@svgrid/mcp",
18
- "version": "2.3.1",
18
+ "version": "2.3.2",
19
19
  "runtimeHint": "npx",
20
20
  "transport": {
21
21
  "type": "stdio"