Enables Large Language Models to create, modify, and delete code via a Model Context Protocol server.
Code Assist is a Model Context Protocol (MCP) server designed to facilitate code modification and generation. By providing a set of tools, it allows Large Language Models to interact with codebases, enabling the creation of new files, modification of existing files through search/replace operations, complete file rewrites, and file deletions. The server communicates using XML instructions to define the desired actions and changes, making it a versatile tool for AI-assisted code development.