-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Pre-checks
- I have searched existing issues and this is not a duplicate.
What problem does this solve?
Automatic installation of many MCP tools leads to massive skill and workspace injection into the system prompt.
Context size grows rapidly, causing:
context length exceeded errors
High latency and increased cost
Poor scalability for agents with many tools or long-running tasks
Proposed solution
💡 Suggestion
It would be great if the system could support context management, for example:
Selective context injection — only include relevant tools or skills in the prompt
Dynamic trimming — automatically prune or summarize long task histories or inactive skills
External memory / on-demand loading — keep full details in workspace or memory, read only when needed
This would help agents scale better when handling many MCP tools without exceeding token limits.
Willing to contribute?
- I'd be interested in working on this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request