You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ It's also backward compatible with previous versions including `2025-03-26`, `20
73
73
74
74
### Advanced Features
75
75
76
-
- 🔐 **[OAuth Authentication](example/authentication/)** - OAuth2 guides and examples
76
+
- 🔐 **[OAuth Authentication](https://github.com/leehack/mcp_dart/blob/main/example/authentication/)** - OAuth2 guides and examples
77
77
- 📝 For resources, prompts, and other features, see the Server and Client guides
78
78
79
79
## Quick Start Example
@@ -168,7 +168,7 @@ To configure your server with AI hosts like Claude Desktop:
168
168
169
169
## Authentication
170
170
171
-
This library supports OAuth2 authentication with PKCE for both clients and servers. For complete authentication guides and examples, see the [OAuth Authentication documentation](example/authentication/).
171
+
This library supports OAuth2 authentication with PKCE for both clients and servers. For complete authentication guides and examples, see the [OAuth Authentication documentation](https://github.com/leehack/mcp_dart/blob/main/example/authentication/).
0 commit comments