Skip to content

Commit 5966fab

Browse files
Hyperlint Automation Fix
1 parent f09ef8d commit 5966fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/guides/remote-mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Learn more about other ways of using remote MCP servers with MCP clients here in
106106

107107
Now that you've deployed a public MCP server, let's walk through how to enable user authentication using OAuth.
108108

109-
The public server example you deployed earlier allows any client to connect and invoke tools without logging in. To add authentication, you’ll update your MCP server to act as an OAuth provider, handling secure login flows and issuing access tokens that MCP clients can use to make authenticated tool calls.
109+
The public server example you deployed earlier allows any client to connect and invoke tools without logging in. To enable authentication, update your MCP server to act as an OAuth provider, handling secure login flows and issuing access tokens that MCP clients can use to make authenticated tool calls.
110110

111111
Enabling authentication is especially useful if users already need to log in to use your service.
112112

0 commit comments

Comments
 (0)