@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 +1 -1
- package/dist/index.js +0 -0
- package/package.json +69 -70
- package/server.json +2 -2
package/README.md
CHANGED
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.
|
|
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
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
|
|
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.
|
|
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.
|
|
18
|
+
"version": "2.3.2",
|
|
19
19
|
"runtimeHint": "npx",
|
|
20
20
|
"transport": {
|
|
21
21
|
"type": "stdio"
|