ruby-mcp-client 0.7.0 → 0.7.2

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.7.0
4
+ version: 0.7.2
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-06-18 00:00:00.000000000 Z
11
+ date: 2025-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: faraday-follow_redirects
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.3'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.3'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: faraday-retry
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -105,11 +119,14 @@ files:
105
119
  - LICENSE
106
120
  - README.md
107
121
  - lib/mcp_client.rb
122
+ - lib/mcp_client/auth.rb
123
+ - lib/mcp_client/auth/oauth_provider.rb
108
124
  - lib/mcp_client/client.rb
109
125
  - lib/mcp_client/config_parser.rb
110
126
  - lib/mcp_client/errors.rb
111
127
  - lib/mcp_client/http_transport_base.rb
112
128
  - lib/mcp_client/json_rpc_common.rb
129
+ - lib/mcp_client/oauth_client.rb
113
130
  - lib/mcp_client/server_base.rb
114
131
  - lib/mcp_client/server_factory.rb
115
132
  - lib/mcp_client/server_http.rb