Open Issues Need Help
View All on GitHubAI Summary: Enhance the magenta.nvim plugin by adding relevant context information (date, time, location, OS, versions, cwd, etc.) to the system prompt when a new thread is spawned. This will improve the LLM's understanding of the context in which it's operating.
AI Summary: Implement a new view within the Neovim plugin, magenta.nvim, to display and manage Model Context Protocol (MCP) servers and their associated tools. This view should provide a hierarchical display of servers, tools, descriptions, and allow for enabling/disabling individual tools. The view should be integrated into the existing thread overview within the plugin.
AI Summary: Enhance the magenta.nvim plugin to allow users to provide custom prompts for MCP tools, improving their discoverability and usage by the LLM agent. This involves adding a `toolPrompt` key to the `mcpServers` configuration, mapping tool names to custom prompts that will be appended to the tool's description.