Skip to content

v0.7.0

Choose a tag to compare

@keysersoft keysersoft released this 13 Sep 09:36
· 60 commits to main since this release
afff565

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).