We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f881b commit dcb6689Copy full SHA for dcb6689
docs/guides/tools.md
@@ -147,6 +147,10 @@ When you `ask` a question that the model determines requires a tool:
147
148
This entire multi-step process happens behind the scenes within a single `chat.ask` call when a tool is invoked.
149
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
154
## Debugging Tools
155
156
Set the `RUBYLLM_DEBUG` environment variable to see detailed logging, including tool calls and results.
0 commit comments