Token Efficiency: Where the Tokens GoAugust 27, 2026 Comparing graft and jCodeMunch Two MCP servers that index a repo with tree-sitter. I measured both on the same code: 886 tokens of tool schema against 27,526.
llmtoolingmcpclaude-codetoken-efficiencygraftjcodemunch
Read article
July 29, 2026 MCP Goes Stateless The 2026-07-28 spec removes the handshake and sessions, making any MCP request routable to any server instance. What changed and what it means for server authors.
mcpagentsllmtooling
Read article
Token Efficiency: Where the Tokens GoMay 30, 2026 How AI agents find code in your repo Agents read too much code. Five strategies they use to fix it, from raw file reads to recursive language models.
llmtoolingclaude-codemcp
Read article
ilo: A Programming Language for AI Agents, Not HumansApril 9, 2026 Six Ways to Give an AI Agent a Map of Your Code Prowl, CodeBoarding, Memgraph GraphRAG, CodeGraphContext, SymDex, and jCodeMunch all solve the same problem differently. So does ilo graph. A comparison.
llmtoolingilomcp
Read article
Token Efficiency: Where the Tokens GoMarch 30, 2026 jCodeMunch: Use 80% Less Context jCodeMunch-MCP uses tree-sitter AST parsing to build a symbol index of your codebase, letting AI agents pull individual functions instead of whole files. The token savings are significant.
llmtoolingmcpclaude-code
Read article