From 8ac6207c7d86ee03051db73bd409e32176d3d030 Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath Date: Thu, 3 Apr 2025 15:25:02 +0530 Subject: [PATCH] link auth0 docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258f848..ab5348e 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,4 @@ listen_address: ":8080" # Address where the proxy will lis ``` #### Integrating with existing OAuth Providers - - [Auth0](URL) - Enable authorization for the MCP server through your Auth0 organization. **TODO**: Add instructions under docs and link + - [Auth0](docs/Auth0.md) - Enable authorization for the MCP server through your Auth0 organization.