Skip to content

Commit a083ac3

Browse files
committed
Changelog Update
1 parent a0bb053 commit a083ac3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3-
## [0.1.0] - 2023-04-16
3+
## [0.1.0] - 2025-04-18
44

5-
- Initial release
6-
- Support for OpenAI and Anthropic providers
5+
Initial release of RubyMCP
6+
7+
### Added
8+
- Core MCP implementation with Rack server
9+
- Provider support for OpenAI and Anthropic
710
- In-memory storage backend
8-
- HTTP server implementation
9-
- JSON Schema validation
11+
- Context, message, and content management
12+
- Basic authentication support
13+
- Comprehensive test suite

lib/ruby_mcp/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
# lib/ruby_mcp/version.rb
34
module RubyMCP
45
VERSION = '0.1.0'
56
end

0 commit comments

Comments
 (0)