@contextstream/mcp-server 0.4.12 → 0.4.13

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 +5 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6003,8 +6003,12 @@ var ContextStreamClient = class {
6003
6003
  case "conversation":
6004
6004
  apiEventType = "chat";
6005
6005
  break;
6006
+ // Plans & Tasks feature - use dedicated event types
6006
6007
  case "task":
6007
- apiEventType = "task_created";
6008
+ apiEventType = "task";
6009
+ break;
6010
+ case "plan":
6011
+ apiEventType = "plan";
6008
6012
  break;
6009
6013
  case "bug":
6010
6014
  case "feature":
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contextstream/mcp-server",
3
3
  "mcpName": "io.github.contextstreamio/mcp-server",
4
- "version": "0.4.12",
4
+ "version": "0.4.13",
5
5
  "description": "ContextStream MCP server - v0.4.x with consolidated domain tools (~11 tools, ~75% token reduction). Code context, memory, search, and AI tools.",
6
6
  "type": "module",
7
7
  "license": "MIT",