@contextstream/mcp-server 0.4.11 → 0.4.12

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 +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11034,6 +11034,9 @@ Use this to persist decisions, insights, preferences, or important information.`
11034
11034
  "task",
11035
11035
  "bug",
11036
11036
  "feature",
11037
+ // Plans & Tasks feature
11038
+ "plan",
11039
+ // Implementation plan
11037
11040
  // Lesson system types
11038
11041
  "correction",
11039
11042
  // User corrected the AI
@@ -12577,7 +12580,7 @@ Use this to remove a reminder that is no longer relevant.`,
12577
12580
  query: external_exports.string().optional().describe("Query for recall/search/lessons/decision_trace"),
12578
12581
  content: external_exports.string().optional().describe("Content for capture/remember/compress"),
12579
12582
  title: external_exports.string().optional().describe("Title for capture/capture_lesson/capture_plan"),
12580
- event_type: external_exports.enum(["decision", "preference", "insight", "task", "bug", "feature", "correction", "lesson", "warning", "frustration", "conversation"]).optional().describe("Event type for capture"),
12583
+ event_type: external_exports.enum(["decision", "preference", "insight", "task", "bug", "feature", "plan", "correction", "lesson", "warning", "frustration", "conversation"]).optional().describe("Event type for capture"),
12581
12584
  importance: external_exports.enum(["low", "medium", "high", "critical"]).optional(),
12582
12585
  tags: external_exports.array(external_exports.string()).optional(),
12583
12586
  // Lesson-specific
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.11",
4
+ "version": "0.4.12",
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",