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
This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Connectors
Response headers for REST tools. A tool can now ask for specific response headers with endpointMapping.exposeHeaders: ["link", "x-ratelimit-remaining"]. They come back next to the body as _headers, and a Link header with rel="next" is parsed into _pagination (nextUrl, nextCursor, cursorParam), preferring the query parameter the tool itself maps. _pagination is absent on the last page. Opt-in per tool; tools that do not set it behave exactly as before, and the audit log keeps storing the bare body. The in-app Run Test shows the same result a model would see. (#558, closes #557)
Since 0.6.2
tools/list on the shared /mcp returns the caller's own tool definitions (#552).