> ## Documentation Index
> Fetch the complete documentation index at: https://hyprcode.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Context Protocol

> Connecting remote tools using JSON-RPC standard stdio streams

Hypr implements the Model Context Protocol (MCP) spec to dynamically inject tools:

* Spawns stdio server executables using `connect_mcp_server`.
* Resolves JSON schemas from `tools/list` into native Zod configurations.
* Executes client requests dynamically via `tools/call`.
