Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ RubyLLM::MCP is a Ruby client for the [Model Context Protocol (MCP)](https://mod

Use MCP tools, resources, and prompts from your RubyLLM chats over `stdio`, streamable HTTP, or SSE.

**Highlights:** **Tools**, **Resources**, **Prompts**, **MCP OAuth 2.1 auth support**, **Notification + response handlers**, **Rails OAuth setup**, **Browser OAuth for CLI**.
**Protocol support:** Fully supports MCP spec `2025-06-18` (stable), with draft spec `2026-01-26` available.

## RubyLLM::MCP Out of the Box

Our goal is to be able to plug MCP into Ruby apps as easily as possible.
Our goal is to be able to plug MCP into Ruby/RubyLLM apps as easily as possible.

RubyLLM::MCP gives you that:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permalink: /
RubyLLM::MCP gives you a direct way to use [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers from [RubyLLM](https://github.com/crmne/ruby_llm).
{: .fs-6 .fw-300 }

**Highlights:** **Tools**, **Resources**, **Prompts**, **MCP OAuth 2.1 auth support**, **Notification + response handlers**, **Rails OAuth setup**, **Browser OAuth for CLI**.
**Protocol support:** Fully supports MCP spec `2025-06-18` (stable), with draft spec `2026-01-26` available.

<a href="{% link getting-started/getting-started.md %}" class="btn btn-primary fs-5 mb-4 mb-md-0 mr-2" style="margin: 0;">Get started</a>
<a href="https://github.com/patvice/ruby_llm-mcp" class="btn fs-5 mb-4 mb-md-0 mr-2" style="margin: 0;">GitHub</a>
Expand Down