Skip to content

Commit a545036

Browse files
authored
Merge pull request #57 from patvice/version-0.6-bump
Bumped version to v0.6
2 parents baa225f + 8e7d56f commit a545036

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Currently full support for MCP protocol version up to `2025-06-18`.
1919
- 🛠️ **Tool Integration**: Automatically converts MCP tools into RubyLLM-compatible tools
2020
- 📄 **Resource Management**: Access and include MCP resources (files, data) and resource templates in conversations
2121
- 🎯 **Prompt Integration**: Use predefined MCP prompts with arguments for consistent interactions
22-
- 🎛️ **Client Features**: Support for sampling and roots
22+
- 🎛️ **Client Features**: Support for sampling, roots, and elicitation
2323
- 🎨 **Enhanced Chat Interface**: Extended RubyLLM chat methods for seamless MCP integration
2424
- 🔄 **Multiple Client Management**: Create and manage multiple MCP clients simultaneously for different servers and purposes
2525
- 📚 **Simple API**: Easy-to-use interface that integrates seamlessly with RubyLLM
@@ -217,7 +217,6 @@ chat.with_prompt(greeting_prompt, arguments: { name: "Alice", time: "morning" })
217217
response = chat.ask("Continue with the greeting")
218218
```
219219

220-
221220
## Development
222221

223222
After checking out the repo, run `bundle` to install dependencies. Then, run `bundle exec rake` to run the tests. Tests currently use `bun` to run test MCP servers You can also run `bin/console` for an interactive prompt that will allow you to experiment.

lib/ruby_llm/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RubyLLM
44
module MCP
5-
VERSION = "0.5.1"
5+
VERSION = "0.6.0"
66
end
77
end

0 commit comments

Comments
 (0)