You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ModelContextProtocol::Client` module provides client implementations for interacting with MCP servers. Currently, it supports HTTP transport for making JSON-RPC requests to MCP servers.
236
+
The `MCP::Client` module provides client implementations for interacting with MCP servers. Currently, it supports HTTP transport for making JSON-RPC requests to MCP servers.
237
237
238
238
**Note:** The client HTTP transport requires the `faraday` gem. Add `gem 'faraday', '>= 2.0'` to your Gemfile if you plan to use the client HTTP transport functionality.
239
239
240
240
### HTTP Client
241
241
242
-
The `ModelContextProtocol::Client::Http` class provides a simple HTTP client for interacting with MCP servers:
242
+
The `MCP::Client::Http` class provides a simple HTTP client for interacting with MCP servers:
0 commit comments