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
@@ -306,15 +306,15 @@ Open the address in a web browser:
306
306
307
307
2- Select STDIO as the transport, enter your binary path in the Command section, and click the Connect button. You should see a message confirming that your server started successfully.
@@ -378,7 +382,9 @@ let server = create_actix_server(
378
382
..Default::default()
379
383
},
380
384
);
381
-
server.start().await?;
385
+
server.start().await
382
386
```
383
387
388
+
Mcp server will be available at `http://127.0.0.1:8080/mcp`
389
+
384
390
Both crates support **Streamable HTTP** and **SSE** transports, authentication, resumability, health checks, TLS, and more. See their respective READMEs for full documentation.
0 commit comments