@blokjs/trigger-mcp 0.6.20 → 0.7.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blokjs/trigger-mcp",
3
- "version": "0.6.20",
3
+ "version": "0.7.0",
4
4
  "files": ["dist"],
5
5
  "description": "Model Context Protocol (MCP) trigger for Blok workflows — expose workflows as MCP tools over SSE + Streamable-HTTP on the shared Hono port.",
6
6
  "type": "module",
@@ -15,9 +15,9 @@
15
15
  "author": "Deskree Technologies Inc.",
16
16
  "license": "Apache-2.0",
17
17
  "dependencies": {
18
- "@blokjs/helper": "^0.6.20",
19
- "@blokjs/runner": "^0.6.20",
20
- "@blokjs/shared": "^0.6.20",
18
+ "@blokjs/helper": "^0.7.0",
19
+ "@blokjs/runner": "^0.7.0",
20
+ "@blokjs/shared": "^0.7.0",
21
21
  "@modelcontextprotocol/sdk": "^1.29.0",
22
22
  "@opentelemetry/api": "^1.9.0",
23
23
  "hono": "^4.11.7",