Skip to content

Commit 4bcf44a

Browse files
committed
fix: add oauth2-provider to manifest.json, link to it in mcp-server
1 parent 247efc0 commit 4bcf44a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/ai-coder/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ https://coder.example.com/api/experimental/mcp/http
5555
> [!NOTE]
5656
> At this time, the remote MCP server is not compatible with web-based ChatGPT.
5757
58-
Users can authenticate applications to use the remote MCP server with OAuth2. An authenticated application can perform any action on the user's behalf. Fine-grained permissions are in development.
58+
Users can authenticate applications to use the remote MCP server with [OAuth2](../admin/integrations/oauth2-provider.md). An authenticated application can perform any action on the user's behalf. Fine-grained permissions are in development.

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,11 @@
718718
"title": "Hashicorp Vault",
719719
"description": "Integrate Coder with Hashicorp Vault",
720720
"path": "./admin/integrations/vault.md"
721+
},
722+
{
723+
"title": "OAuth2 Provider",
724+
"description": "Use Coder as an OAuth2 provider",
725+
"path": "./admin/integrations/oauth2-provider.md"
721726
}
722727
]
723728
},

0 commit comments

Comments
 (0)