🎉 Context Generator 1.22.0 Released! #137
butschster
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! We’ve just dropped a new version of Context Generator — v1.22.0
✨ What's New
🧩 Prompt Discovery Tools
We added two new experimental tools to help you find and use prompts better:
🤖 How it works:
This feature is mostly made for LLMs. Now, the LLM can:
The AI can fully discover, read, and use prompts dynamically.
📂 Directory List Tool (powered by Symfony Finder)
We added a powerful new directory-list tool for advanced directory operations:
🔍 Filter options:
*.php
,*.json
, etc.)>1K
,<10M
, etc.)📄 Sort options:
🩹 File Apply Patch Tool (Experimental)
We’ve added a new experimental tool: file-apply-patch
What it does:
Why it’s cool:
This tool is designed mostly for LLMs to help them: ✅ Apply only small changes
✅ Avoid rewriting the whole file
✅ Fix or update specific parts of the file
Use case:
Perfect for auto-fixes, small edits, or code generation tweaks without sending or processing the full file.
Disabled by default.
Enable with:
MCP_FILE_APPLY_PATCH=true
⚙️ Environment Variables & Config
We've added new variables so you can easily control what tools are enabled.
🔐 File Operations →
MCP_FILE_OPERATIONS
(default: true)📄 Context Operations →
MCP_CONTEXT_OPERATIONS
(default: true)💬 Prompt Operations →
MCP_PROMPT_OPERATIONS
(default: false, experimental)Example modes:
Happy generating! 🎯
Beta Was this translation helpful? Give feedback.
All reactions