ruby-mcp-client 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-mcp-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kurcab
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-18 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -108,15 +108,20 @@ files:
108
108
  - lib/mcp_client/client.rb
109
109
  - lib/mcp_client/config_parser.rb
110
110
  - lib/mcp_client/errors.rb
111
+ - lib/mcp_client/http_transport_base.rb
111
112
  - lib/mcp_client/json_rpc_common.rb
112
113
  - lib/mcp_client/server_base.rb
113
114
  - lib/mcp_client/server_factory.rb
115
+ - lib/mcp_client/server_http.rb
116
+ - lib/mcp_client/server_http/json_rpc_transport.rb
114
117
  - lib/mcp_client/server_sse.rb
115
118
  - lib/mcp_client/server_sse/json_rpc_transport.rb
116
119
  - lib/mcp_client/server_sse/reconnect_monitor.rb
117
120
  - lib/mcp_client/server_sse/sse_parser.rb
118
121
  - lib/mcp_client/server_stdio.rb
119
122
  - lib/mcp_client/server_stdio/json_rpc_transport.rb
123
+ - lib/mcp_client/server_streamable_http.rb
124
+ - lib/mcp_client/server_streamable_http/json_rpc_transport.rb
120
125
  - lib/mcp_client/tool.rb
121
126
  - lib/mcp_client/version.rb
122
127
  homepage: https://github.com/simonx1/ruby-mcp-client