소개
Boris is designed to simplify the development of AI coding agents by externalizing common programming tools into a single, static Go binary. It acts as a drop-in Model Context Protocol (MCP) server, offering functionalities such as bash command execution, file viewing and editing, string replacement, creating files, searching with grep, and finding files with glob patterns. This approach allows any MCP-compatible AI agent framework to leverage a standardized set of coding tools, eliminating the need to re-implement them for each agent. It's highly portable, runnable in various environments like Docker containers or local machines, and configurable via CLI flags or environment variables, supporting both HTTP and STDIO transports.