Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/docs/pages/transports/http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func main() {
mux := http.NewServeMux()

// Add MCP endpoints
server.AddMCPRoutes(mux, s, "/mcp")
mux.Handle("/mcp", server.NewStreamableHTTPServer(s))

// Add custom endpoints
mux.HandleFunc("/api/status", handleStatus)
Expand Down Expand Up @@ -693,4 +693,4 @@ The headers are automatically populated by the transport layer and are available

- **[In-Process Transport](/transports/inprocess)** - Learn about embedded scenarios
- **[Client Development](/clients)** - Build MCP clients for HTTP transport
- **[Server Basics](/servers/basics)** - Review fundamental server concepts
- **[Server Basics](/servers/basics)** - Review fundamental server concepts