@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.
- package/dist/hooks/auto-rules.js +72 -45
- package/dist/hooks/pre-tool-use.js +4 -4
- package/dist/hooks/runner.js +150 -114
- package/dist/hooks/session-init.js +1037 -1
- package/dist/hooks/user-prompt-submit.js +73 -64
- package/dist/index.js +15320 -14913
- package/dist/test-server.js +1 -1
- package/package.json +1 -1
package/dist/test-server.js
CHANGED
|
@@ -4073,7 +4073,7 @@ function getVersion() {
|
|
|
4073
4073
|
return "unknown";
|
|
4074
4074
|
}
|
|
4075
4075
|
var VERSION = getVersion();
|
|
4076
|
-
var CACHE_TTL_MS =
|
|
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.
|
|
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",
|