@crossdelta/pf-mcp 0.1.1 → 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.
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/dist/cli.cjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/pf-mcp",
3
- "version": "0.1.1",
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.6"
43
+ "@crossdelta/platform-sdk": "0.19.8"
44
44
  },
45
45
  "devDependencies": {
46
- "@crossdelta/cloudevents": "0.6.7",
47
- "@crossdelta/platform-sdk": "0.19.6",
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"