docs: add Entroly MCP cost optimization cookbook#12559
Open
juyterman1000 wants to merge 1 commit into
Open
Conversation
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/guides/entroly-mcp-cost-optimization.mdx">
<violation number="1" location="docs/guides/entroly-mcp-cost-optimization.mdx:21">
P2: Missing `uv`/`uvx` prerequisite despite using `uvx` in MCP server command</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
|
||
| - Continue installed in your IDE (VS Code, JetBrains, etc.) | ||
| - Python 3.10+ installed | ||
| - An LLM API key (Anthropic, OpenAI, etc.) |
Contributor
There was a problem hiding this comment.
P2: Missing uv/uvx prerequisite despite using uvx in MCP server command
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/guides/entroly-mcp-cost-optimization.mdx, line 21:
<comment>Missing `uv`/`uvx` prerequisite despite using `uvx` in MCP server command</comment>
<file context>
@@ -0,0 +1,121 @@
+
+- Continue installed in your IDE (VS Code, JetBrains, etc.)
+- Python 3.10+ installed
+- An LLM API key (Anthropic, OpenAI, etc.)
+
+## Setup
</file context>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR adds
Adds a new cookbook guide: Reduce LLM API Costs with Entroly MCP and Continue
This follows the same format as existing MCP cookbooks (GitHub, Sentry, Supabase, Snyk, etc.) and shows Continue users how to:
Why this is useful for Continue users:
Continue sends repo context to LLM APIs on every request. On large codebases, this means 100K+ tokens per call. Entroly compresses this by 70-95% while maintaining answer quality.
Key features shown in the cookbook:
File added:
Apache-2.0, local-first, no outbound analytics by default. All benchmark claims backed by committed JSON artifacts at github.com/juyterman1000/entroly.
Summary by cubic
Adds a new cookbook that shows how to cut LLM token costs in Continue using the
entrolyMCP server or a local proxy. Users can set it up fast and monitor savings from context compression and cache alignment.entrolyas an MCP server, or runentroly proxywith no Continue config changesWritten for commit 37ee924. Summary will update on new commits.