Skip to content

Commit 65b4117

Browse files
committed
Add missing TLS_ACCEPT_TOS environment variable to README
Added the TLS_ACCEPT_TOS environment variable that was missing from the Environment Variables table but is used in the codebase.
1 parent 41b1c7c commit 65b4117

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ For a simpler approach to publish local MCP servers over OAuth, consider [MCP Wa
4949
| `TLS_LISTEN` | No | Address to listen on for TLS | `:443` |
5050
| `TLS_HOST` | No | Host name for automatic TLS certificate | - |
5151
| `TLS_DIRECTORY_URL` | No | ACME directory URL for TLS certificates | `https://acme-v02.api.letsencrypt.org/directory` |
52+
| `TLS_ACCEPT_TOS` | No | Accept TLS terms of service | `false` |
5253
| `DATA_PATH` | No | Data directory path | `./data` |
5354
| `EXTERNAL_URL` | No | External URL for OAuth callbacks | `http://localhost` |
5455
| `PROXY_URL` | No | Target MCP server URL | `http://localhost:8080` |

0 commit comments

Comments
 (0)