You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added per-server requestHeadersCommand support for deriving fail-closed HTTP headers from the exact outbound request on every Streamable HTTP or SSE call. Thanks @kgreen18 for PR #353.
Added settings.warnOnLargeDirectTools to suppress the advisory for 75 or more resolved direct tools. Thanks @Roshvan for issue #358.
Changed
Refined request-header command result handling types without changing runtime behavior.
Fixed
Matched adapter-owned config and state paths to the host agent directory when Pi is rebranded, including its environment override and config directory. Thanks @mindplay-dk for issue #356.
Avoided O(tools²) cross-server tool-name collision scans at startup by skipping collision candidates when selectors are absent and sharing one indexed candidate set when includeTools or excludeTools is configured. Thanks @mjlbach for PR #357 and @cataldoc for issue #354.