Improve context management #498
cbcoutinho
started this conversation in
Ideas
Replies: 1 comment 2 replies
|
@claude provide your thoughts on this topic, considering the current number of tools and their associated docstrings/documentation and function signatures (e.g. using Pydantic models for serialization). Expand on any implications of increasing both the number of supported apps, the number of tools for existing apps, as well as more high-level workflow-oriented tools that the MCP server could expose in the future, and how this should be incorporated into planning how to deal with context management more broadly |
2 replies
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.
The Nextcloud MCP Server provides 50+ tools with extensive docstrings that provide a lot of information to LLMs. Large foundation models such as GPT-4, Claude Opus 4.5, etc. can handle the context, but this is inefficient and is unusable by smaller models without severely constraining the number of tools/apps provided by the server.
How can we optimize context management with the MCP server? Some ideas:
All reactions