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 a0bb053 commit a083ac3Copy full SHA for a083ac3
CHANGELOG.md
@@ -1,9 +1,13 @@
1
# Changelog
2
3
-## [0.1.0] - 2023-04-16
+## [0.1.0] - 2025-04-18
4
5
-- Initial release
6
-- Support for OpenAI and Anthropic providers
+Initial release of RubyMCP
+
7
+### Added
8
+- Core MCP implementation with Rack server
9
+- Provider support for OpenAI and Anthropic
10
- In-memory storage backend
-- HTTP server implementation
-- JSON Schema validation
11
+- Context, message, and content management
12
+- Basic authentication support
13
+- Comprehensive test suite
lib/ruby_mcp/version.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+# lib/ruby_mcp/version.rb
module RubyMCP
VERSION = '0.1.0'
end
0 commit comments