@savvy-web/mcp 1.1.1 → 1.1.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@effect/rpc": "^0.75.1",
|
|
37
37
|
"@effect/sql": "^0.51.1",
|
|
38
38
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
39
|
-
"@savvy-web/silk-effects": "1.3.
|
|
39
|
+
"@savvy-web/silk-effects": "1.3.1",
|
|
40
40
|
"effect": "^3.21.3",
|
|
41
41
|
"fuse.js": "^7.4.0",
|
|
42
42
|
"workspaces-effect": "^1.2.0",
|
|
@@ -27,11 +27,10 @@ sets it up).
|
|
|
27
27
|
```text
|
|
28
28
|
savvy init orchestrator → changeset · commit · lint init in one pass
|
|
29
29
|
savvy check orchestrator → runs all three checks
|
|
30
|
-
savvy commit
|
|
31
|
-
post-commit-verify · user-prompt-submit)
|
|
30
|
+
savvy commit hook(session-start · pre-commit-message · post-commit-verify)
|
|
32
31
|
savvy changeset lint · check · transform · validate-file · version ·
|
|
33
32
|
config(validate) · deps(detect · regen)
|
|
34
|
-
savvy lint
|
|
33
|
+
savvy lint fmt(package-json · pnpm-workspace · yaml)
|
|
35
34
|
```
|
|
36
35
|
|
|
37
36
|
Each group lives under `src/commands/{commit,changeset,lint}/` and exports its
|