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.
116
+
117
+
### HTTP Client
118
+
119
+
The `ModelContextProtocol::Client::Http` class provides a simple HTTP client for interacting with MCP servers:
0 commit comments