Pre-serialize complex nested structures before passing to the SDK The real fix would be making the recursive transform async or using an iterative approach. Would be happy to help test a PR if the ...
MCP server implementing Recursive Language Model pattern for processing arbitrarily long contexts. Enables Claude Code to work with 1M+ character documents through session-based chunking, BM25 search, ...