@savvy-web/mcp 0.1.0 → 0.2.0
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/547.js +0 -1
- package/index.d.ts +0 -1
- package/package.json +13 -12
- package/resources/content/manifest.json +23 -24
package/547.js
CHANGED
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The savvy MCP server — Silk Suite tooling and library knowledge for coding agents",
|
|
6
6
|
"homepage": "https://github.com/savvy-web/systems/tree/main/packages/mcp",
|
|
@@ -28,16 +28,6 @@
|
|
|
28
28
|
"bin": {
|
|
29
29
|
"savvy-mcp": "bin/savvy-mcp.js"
|
|
30
30
|
},
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"@effect/platform": "^0.96.1",
|
|
33
|
-
"@effect/platform-node": "^0.106.0",
|
|
34
|
-
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
35
|
-
"@savvy-web/silk-effects": "0.6.0",
|
|
36
|
-
"effect": "^3.21.2",
|
|
37
|
-
"fuse.js": "^7.4.0",
|
|
38
|
-
"workspaces-effect": "^1.1.0",
|
|
39
|
-
"zod": "^4.4.3"
|
|
40
|
-
},
|
|
41
31
|
"files": [
|
|
42
32
|
"!mcp.api.json",
|
|
43
33
|
"!tsconfig.json",
|
|
@@ -47,6 +37,7 @@
|
|
|
47
37
|
"index.d.ts",
|
|
48
38
|
"index.js",
|
|
49
39
|
"package.json",
|
|
40
|
+
"resources",
|
|
50
41
|
"resources/content/_templates/guides.md",
|
|
51
42
|
"resources/content/_templates/packages.md",
|
|
52
43
|
"resources/content/_templates/standards.md",
|
|
@@ -76,5 +67,15 @@
|
|
|
76
67
|
"resources/content/standards/test-classification.md",
|
|
77
68
|
"resources/content/tags.json",
|
|
78
69
|
"tsdoc-metadata.json"
|
|
79
|
-
]
|
|
70
|
+
],
|
|
71
|
+
"dependencies": {
|
|
72
|
+
"@effect/platform": "^0.96.1",
|
|
73
|
+
"@effect/platform-node": "^0.106.0",
|
|
74
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
75
|
+
"@savvy-web/silk-effects": "0.6.0",
|
|
76
|
+
"effect": "^3.21.2",
|
|
77
|
+
"fuse.js": "^7.4.0",
|
|
78
|
+
"workspaces-effect": "^1.1.0",
|
|
79
|
+
"zod": "^4.4.3"
|
|
80
|
+
}
|
|
80
81
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-06-02T04:03:48.449Z",
|
|
3
2
|
"entries": [
|
|
4
3
|
{
|
|
5
4
|
"id": "guides/api-docs-from-api-extractor",
|
|
@@ -21,7 +20,7 @@
|
|
|
21
20
|
"packages/rslib-builder/overview"
|
|
22
21
|
],
|
|
23
22
|
"uri": "silk://guides/api-docs-from-api-extractor",
|
|
24
|
-
"lastModified": "2026-06-
|
|
23
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
25
24
|
},
|
|
26
25
|
{
|
|
27
26
|
"id": "guides/building-a-github-action",
|
|
@@ -43,7 +42,7 @@
|
|
|
43
42
|
"standards/api-model-pipeline"
|
|
44
43
|
],
|
|
45
44
|
"uri": "silk://guides/building-a-github-action",
|
|
46
|
-
"lastModified": "2026-06-
|
|
45
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
47
46
|
},
|
|
48
47
|
{
|
|
49
48
|
"id": "guides/choosing-a-builder",
|
|
@@ -63,7 +62,7 @@
|
|
|
63
62
|
"packages/rslib-builder/overview"
|
|
64
63
|
],
|
|
65
64
|
"uri": "silk://guides/choosing-a-builder",
|
|
66
|
-
"lastModified": "2026-06-
|
|
65
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
67
66
|
},
|
|
68
67
|
{
|
|
69
68
|
"id": "guides/llm-friendly-json-schemas",
|
|
@@ -83,7 +82,7 @@
|
|
|
83
82
|
"packages/mcp/resource-taxonomy"
|
|
84
83
|
],
|
|
85
84
|
"uri": "silk://guides/llm-friendly-json-schemas",
|
|
86
|
-
"lastModified": "2026-06-
|
|
85
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
87
86
|
},
|
|
88
87
|
{
|
|
89
88
|
"id": "packages/cli/command-tree",
|
|
@@ -104,7 +103,7 @@
|
|
|
104
103
|
"packages/silk/install-and-setup"
|
|
105
104
|
],
|
|
106
105
|
"uri": "silk://packages/cli/command-tree",
|
|
107
|
-
"lastModified": "2026-06-
|
|
106
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
108
107
|
},
|
|
109
108
|
{
|
|
110
109
|
"id": "packages/cli/init-and-check",
|
|
@@ -126,7 +125,7 @@
|
|
|
126
125
|
"packages/silk/install-and-setup"
|
|
127
126
|
],
|
|
128
127
|
"uri": "silk://packages/cli/init-and-check",
|
|
129
|
-
"lastModified": "2026-06-
|
|
128
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
130
129
|
},
|
|
131
130
|
{
|
|
132
131
|
"id": "packages/mcp/resource-taxonomy",
|
|
@@ -146,7 +145,7 @@
|
|
|
146
145
|
"packages/silk-effects/"
|
|
147
146
|
],
|
|
148
147
|
"uri": "silk://packages/mcp/resource-taxonomy",
|
|
149
|
-
"lastModified": "2026-06-
|
|
148
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
150
149
|
},
|
|
151
150
|
{
|
|
152
151
|
"id": "packages/rslib-builder/overview",
|
|
@@ -167,7 +166,7 @@
|
|
|
167
166
|
"standards/publishability"
|
|
168
167
|
],
|
|
169
168
|
"uri": "silk://packages/rslib-builder/overview",
|
|
170
|
-
"lastModified": "2026-06-
|
|
169
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
171
170
|
},
|
|
172
171
|
{
|
|
173
172
|
"id": "packages/silk/export-map",
|
|
@@ -187,7 +186,7 @@
|
|
|
187
186
|
"packages/silk/install-and-setup"
|
|
188
187
|
],
|
|
189
188
|
"uri": "silk://packages/silk/export-map",
|
|
190
|
-
"lastModified": "2026-06-
|
|
189
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
191
190
|
},
|
|
192
191
|
{
|
|
193
192
|
"id": "packages/silk/install-and-setup",
|
|
@@ -209,7 +208,7 @@
|
|
|
209
208
|
"packages/cli/init-and-check"
|
|
210
209
|
],
|
|
211
210
|
"uri": "silk://packages/silk/install-and-setup",
|
|
212
|
-
"lastModified": "2026-06-
|
|
211
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
213
212
|
},
|
|
214
213
|
{
|
|
215
214
|
"id": "packages/silk-effects/",
|
|
@@ -232,7 +231,7 @@
|
|
|
232
231
|
"standards/publishability"
|
|
233
232
|
],
|
|
234
233
|
"uri": "silk://packages/silk-effects/",
|
|
235
|
-
"lastModified": "2026-06-
|
|
234
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
236
235
|
},
|
|
237
236
|
{
|
|
238
237
|
"id": "packages/silk-effects/managed-section",
|
|
@@ -254,7 +253,7 @@
|
|
|
254
253
|
"packages/silk-effects/platform-layers"
|
|
255
254
|
],
|
|
256
255
|
"uri": "silk://packages/silk-effects/managed-section",
|
|
257
|
-
"lastModified": "2026-06-
|
|
256
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
258
257
|
},
|
|
259
258
|
{
|
|
260
259
|
"id": "packages/silk-effects/platform-layers",
|
|
@@ -276,7 +275,7 @@
|
|
|
276
275
|
"packages/silk-effects/managed-section"
|
|
277
276
|
],
|
|
278
277
|
"uri": "silk://packages/silk-effects/platform-layers",
|
|
279
|
-
"lastModified": "2026-06-
|
|
278
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
280
279
|
},
|
|
281
280
|
{
|
|
282
281
|
"id": "standards/api-model-pipeline",
|
|
@@ -297,7 +296,7 @@
|
|
|
297
296
|
"packages/mcp/resource-taxonomy"
|
|
298
297
|
],
|
|
299
298
|
"uri": "silk://standards/api-model-pipeline",
|
|
300
|
-
"lastModified": "2026-06-
|
|
299
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
301
300
|
},
|
|
302
301
|
{
|
|
303
302
|
"id": "standards/catalog-usage",
|
|
@@ -318,7 +317,7 @@
|
|
|
318
317
|
"standards/publishability"
|
|
319
318
|
],
|
|
320
319
|
"uri": "silk://standards/catalog-usage",
|
|
321
|
-
"lastModified": "2026-06-
|
|
320
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
322
321
|
},
|
|
323
322
|
{
|
|
324
323
|
"id": "standards/changeset-discipline",
|
|
@@ -340,7 +339,7 @@
|
|
|
340
339
|
"standards/publishability"
|
|
341
340
|
],
|
|
342
341
|
"uri": "silk://standards/changeset-discipline",
|
|
343
|
-
"lastModified": "2026-06-
|
|
342
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
344
343
|
},
|
|
345
344
|
{
|
|
346
345
|
"id": "standards/changeset-format",
|
|
@@ -360,7 +359,7 @@
|
|
|
360
359
|
"standards/changeset-discipline"
|
|
361
360
|
],
|
|
362
361
|
"uri": "silk://standards/changeset-format",
|
|
363
|
-
"lastModified": "2026-06-
|
|
362
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
364
363
|
},
|
|
365
364
|
{
|
|
366
365
|
"id": "standards/commit-contract",
|
|
@@ -382,7 +381,7 @@
|
|
|
382
381
|
"standards/changeset-discipline"
|
|
383
382
|
],
|
|
384
383
|
"uri": "silk://standards/commit-contract",
|
|
385
|
-
"lastModified": "2026-06-
|
|
384
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
386
385
|
},
|
|
387
386
|
{
|
|
388
387
|
"id": "standards/dependency-conventions",
|
|
@@ -403,7 +402,7 @@
|
|
|
403
402
|
"standards/catalog-usage"
|
|
404
403
|
],
|
|
405
404
|
"uri": "silk://standards/dependency-conventions",
|
|
406
|
-
"lastModified": "2026-06-
|
|
405
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
407
406
|
},
|
|
408
407
|
{
|
|
409
408
|
"id": "standards/linting-conventions",
|
|
@@ -423,7 +422,7 @@
|
|
|
423
422
|
"standards/test-classification"
|
|
424
423
|
],
|
|
425
424
|
"uri": "silk://standards/linting-conventions",
|
|
426
|
-
"lastModified": "2026-06-
|
|
425
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
427
426
|
},
|
|
428
427
|
{
|
|
429
428
|
"id": "standards/publishability",
|
|
@@ -444,7 +443,7 @@
|
|
|
444
443
|
"standards/catalog-usage"
|
|
445
444
|
],
|
|
446
445
|
"uri": "silk://standards/publishability",
|
|
447
|
-
"lastModified": "2026-06-
|
|
446
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
448
447
|
},
|
|
449
448
|
{
|
|
450
449
|
"id": "standards/semver",
|
|
@@ -464,7 +463,7 @@
|
|
|
464
463
|
"standards/changeset-discipline"
|
|
465
464
|
],
|
|
466
465
|
"uri": "silk://standards/semver",
|
|
467
|
-
"lastModified": "2026-06-
|
|
466
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
468
467
|
},
|
|
469
468
|
{
|
|
470
469
|
"id": "standards/test-classification",
|
|
@@ -484,7 +483,7 @@
|
|
|
484
483
|
"standards/linting-conventions"
|
|
485
484
|
],
|
|
486
485
|
"uri": "silk://standards/test-classification",
|
|
487
|
-
"lastModified": "2026-06-
|
|
486
|
+
"lastModified": "2026-06-02T07:25:00Z"
|
|
488
487
|
}
|
|
489
488
|
]
|
|
490
489
|
}
|