Background:
As a developer I want MCP servers to be added into the knowledge graph. But most times LLM forget to use them in favor a there traditional bash commands. It would be great if we can append them to a tree so we can prioritize them for use.
Tasks:
- Implement a relationship of MCP available tools
- Add a hook saying that before each action check if there is any available tool
- Take note of which tools are working and which are disabled (sometimes the tools fails because of forseen actions)
- Add an action to refresh tools
Results:
Before every action, LLM checks the tree and decides if a tool fits the action
Background:
As a developer I want MCP servers to be added into the knowledge graph. But most times LLM forget to use them in favor a there traditional bash commands. It would be great if we can append them to a tree so we can prioritize them for use.
Tasks:
Results:
Before every action, LLM checks the tree and decides if a tool fits the action