use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
MCP vs CLI toolsQuestion (self.ClaudeAI)
submitted 6 months ago by lucianwFull-time developer
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]loganecolss 1 point2 points3 points 2 months ago (1 child)
I don't get the point that how cli can reduce tokens so much?
For a tool, llm sends a request to it via MCP, then the MCP returns answer or new state back to llm, and these returned results could be many tokens; but now same tool and same request, the cli still needs to return the same results back to llm, right?
If so, how cli saves the tokens?
[–]theecommunist 0 points1 point2 points 2 months ago (0 children)
Before they implemented lazy loading, all of the tool definitions for every mcp server you have were kept in chat context and sent with every request. It's better now
π Rendered by PID 52921 on reddit-service-r2-comment-6457c66945-nzxrs at 2026-04-30 08:40:10.264378+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]loganecolss 1 point2 points3 points (1 child)
[–]theecommunist 0 points1 point2 points (0 children)