@kitsy/coop-mcp 2.1.1 → 2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -479,7 +479,7 @@ function createCoopMcpServer(options = {}) {
479
479
  const server = new McpServer(
480
480
  {
481
481
  name: "@kitsy/coop-mcp",
482
- version: "2.1.1"
482
+ version: "2.2.0"
483
483
  },
484
484
  {
485
485
  capabilities: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitsy/coop-mcp",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@modelcontextprotocol/sdk": "^1.27.1",
22
22
  "zod": "^4.3.6",
23
- "@kitsy/coop-core": "2.1.1"
23
+ "@kitsy/coop-core": "2.2.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^24.12.0",