@contextstream/mcp-server 0.4.57 → 0.4.59

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.
@@ -4073,7 +4073,7 @@ function getVersion() {
4073
4073
  return "unknown";
4074
4074
  }
4075
4075
  var VERSION = getVersion();
4076
- var CACHE_TTL_MS = 24 * 60 * 60 * 1e3;
4076
+ var CACHE_TTL_MS = 12 * 60 * 60 * 1e3;
4077
4077
 
4078
4078
  // src/config.ts
4079
4079
  var DEFAULT_API_URL = "https://api.contextstream.io";
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.57",
4
+ "version": "0.4.59",
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",