@kywi-software/mcp 0.2.1 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@ stdio:
11
11
  local `kywi.config.ts` (content types, sites, themes), or drive the same
12
12
  operations over the REST API.
13
13
 
14
- See the [root README](https://github.com/kywi-software/kywi#readme) for how
14
+ See the [root README](https://github.com/Kywi-Software/kywi-cms#readme) for how
15
15
  this fits into the rest of Kywi.
16
16
 
17
17
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kywi-software/mcp",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Model Context Protocol servers for Kywi CMS — a site server (content/nav/media over the REST API) and a developer server (kywi.config.ts scaffolding and mutation).",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@modelcontextprotocol/sdk": "^1.12.0",
48
48
  "zod": "^3.25.0",
49
- "@kywi-software/sdk": "0.2.1"
49
+ "@kywi-software/sdk": "0.3.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^20.0.0",