From 064f8dadc2c4b20e63bfc17dcbb6a2e542e4d84e Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Wed, 7 May 2025 11:34:10 -0700 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1970413..ad13b89 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [PyPI]: https://pypi.org/project/mcpauth/ [PyPI Releases]: https://pypi.org/project/mcpauth/#history -The MCP specification [requires OAuth 2.1 and other RFCs](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization) to be implemented for authorization. MCP Auth aims to connect your MCP server to **any** compatible OAuth 2 or OpenID Connect provider, without spending hours on lengthy implementations. +The MCP spec [requires OAuth 2.1 and other RFCs](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization) for auth. Instead of spending weeks on them, use MCP Auth to connect to an trusted provider with a few lines of code. ## Get started