@contextstream/mcp-server 0.4.6 → 0.4.7

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8581,7 +8581,7 @@ function estimateGraphIngestMinutes(stats) {
8581
8581
  };
8582
8582
  }
8583
8583
  function normalizeLessonField(value) {
8584
- return value.trim().toLowerCase().replace(/\s+/g, " ");
8584
+ return (value || "").trim().toLowerCase().replace(/\s+/g, " ");
8585
8585
  }
8586
8586
  function buildLessonSignature(input, workspaceId, projectId) {
8587
8587
  return [
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.6",
4
+ "version": "0.4.7",
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",