@unpunnyfuns/swatchbook-mcp 0.20.1 → 0.20.3
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Point it at a swatchbook config (or a bare DTCG `resolver.json`) and it parses t
|
|
|
12
12
|
npx @unpunnyfuns/swatchbook-mcp --config swatchbook.config.ts
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
Or wire it into an MCP client
|
|
15
|
+
Or wire it into an MCP client by adding an entry to its server config:
|
|
16
16
|
|
|
17
17
|
```json
|
|
18
18
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unpunnyfuns/swatchbook-mcp",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.3",
|
|
4
4
|
"description": "Model Context Protocol server for swatchbook — exposes a DTCG project's tokens, axes, and diagnostics to AI agents without running Storybook.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "unpunnyfuns <unpunnyfuns@gmail.com>",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"colorjs.io": "0.6.1",
|
|
52
52
|
"jiti": "^2.4.0",
|
|
53
53
|
"zod": "^3.23.8",
|
|
54
|
-
"@unpunnyfuns/swatchbook-core": "0.20.
|
|
54
|
+
"@unpunnyfuns/swatchbook-core": "0.20.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@modelcontextprotocol/inspector": "^0.21.2",
|