@crossdelta/pf-mcp 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -386,4 +386,4 @@ This package is part of the Platform SDK monorepo. See the main repository for c
386
386
 
387
387
  ## License
388
388
 
389
- MIT
389
+ MIT © [crossdelta](https://crossdelta.de)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/pf-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Model Context Protocol (MCP) server adapter for Platform SDK",
5
5
  "author": "crossdelta",
6
6
  "license": "MIT",
@@ -40,11 +40,11 @@
40
40
  "zod": "^4.2.1"
41
41
  },
42
42
  "peerDependencies": {
43
- "@crossdelta/platform-sdk": "0.19.0"
43
+ "@crossdelta/platform-sdk": "0.19.8"
44
44
  },
45
45
  "devDependencies": {
46
- "@crossdelta/cloudevents": "0.6.3",
47
- "@crossdelta/platform-sdk": "0.19.0",
46
+ "@crossdelta/cloudevents": "0.7.3",
47
+ "@crossdelta/platform-sdk": "0.19.8",
48
48
  "@types/bun": "latest",
49
49
  "tsup": "^8.5.1",
50
50
  "typescript": "^5.7.2"