Skip to content

Commit 4d9ab0c

Browse files
add changie file to describe timeout additions
1 parent 5ca2cba commit 4d9ab0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: Minor
2+
body: |
3+
MCP requests are now bounded by a timeout, 3m by default and 30m at most.
4+
- Set the server limit with `NEO4J_MCP_REQUEST_TIMEOUT` or `--neo4j-request-timeout` (e.g. `45s`, `5m`)
5+
- HTTP mode accepts a per-request `X-Neo4j-MCP-Request-Timeout` header, which can only lower the server limit; larger, non-positive, or malformed values return `400 Bad Request`
6+
- Tool calls and `initialize` that run past the limit are cancelled and return a `request timed out after <duration>` error
7+
time: 2026-07-30T18:18:27.279087+01:00

0 commit comments

Comments
 (0)