You'll notice
Useful2 Signal0
MCP tool hooks now fail fast with a warning instead of hanging when no session exists.
What's wrong with this entry?
Anonymous. No account, no email.
What
The mcp_tool hook path validates its preconditions before calling instead of attempting a call that cannot succeed.
Details
- Checks both that the named server is connected or cached and that an MCP session is wired.
- On failure it returns a structured result with a warning log rather than throwing or hanging.
- Calls go through the session-level caller with a timeout capped at the MCP timeout and a "mcp_tool hook" context label.
Evidence
Hooks: mcp_tool hook skipped
Strings lifted out of the shipped bundle, so the claim above can be checked against them.