We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92ec8d commit 164e68dCopy full SHA for 164e68d
docs/troubleshooting.md
@@ -50,6 +50,7 @@ mcp = FastMCP(
50
If you are using a reverse proxy (like Nginx or Caddy), ensure your proxy is passing the correct `Host` header to the MCP server.
51
52
**Nginx example:**
53
+
54
```nginx
55
location / {
56
proxy_pass http://localhost:8000;
@@ -59,6 +60,7 @@ location / {
59
60
```
61
62
**Caddy example:**
63
64
```caddy
65
reverse_proxy localhost:8000 {
66
header_up Host {upstream_hostport}
0 commit comments