Skip to content

Commit dcb6689

Browse files
committed
Add MCP support section to Tools guide
1 parent 08f881b commit dcb6689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides/tools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ When you `ask` a question that the model determines requires a tool:
147147

148148
This entire multi-step process happens behind the scenes within a single `chat.ask` call when a tool is invoked.
149149

150+
## Model Context Protocol (MCP) Support
151+
152+
For MCP server integration, check out the community-maintained [`ruby_llm-mcp`](https://github.com/patvice/ruby_llm-mcp) gem.
153+
150154
## Debugging Tools
151155

152156
Set the `RUBYLLM_DEBUG` environment variable to see detailed logging, including tool calls and results.

0 commit comments

Comments
 (0)