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
Launching the client with `--transport=http` launches the server as a remote server using Streamable HTTP transport. The `--port` setting can choose the port it will run on, and the `--socket` setting allows it to run on a Unix socket.
132
+
133
+
Authorization can be provided via the `Authorization` header using the Bearer scheme.
134
+
135
+
Additionally, authorization can be provided via the following headers:
0 commit comments