> For the complete documentation index, see [llms.txt](https://docs.bluetext.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluetext.dev/tech-stack-overview/coding-agent.md).

# Coding Agent

The coding agent acts as an intermediary between you and a Large Language Model (LLM/AI). Its role is to make requests to the model, interpret the responses, and execute development-related actions.

Common tasks performed by the agent include reading and writing code, executing terminal commands, and interacting with the file system. The agent’s capabilities can be extended through **MCP (Model Context Protocol) servers**, which allow additional tools and integrations to be exposed.
