File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1056,7 +1056,7 @@ For a complete example with separate Authorization Server and Resource Server im
10561056- ** Resource Server (RS)** : Your MCP server that validates tokens and serves protected resources
10571057- ** Client** : Discovers AS through RFC 9728, obtains tokens, and uses them with the MCP server
10581058
1059- See [ TokenVerifier] ( ../ src/mcp/server/auth/provider.py) for more details on implementing token validation.
1059+ See [ TokenVerifier] ( src/mcp/server/auth/provider.py ) for more details on implementing token validation.
10601060
10611061### FastMCP Properties
10621062
@@ -2099,7 +2099,7 @@ _Full example: [examples/snippets/clients/pagination_client.py](https://github.c
20992099- ** Backward compatible** - clients that don't support pagination will still work (they'll just get the first page)
21002100- ** Flexible page sizes** - Each endpoint can define its own page size based on data characteristics
21012101
2102- See the [ simple-pagination example] ( ../ examples/servers/simple-pagination) for a complete implementation.
2102+ See the [ simple-pagination example] ( examples/servers/simple-pagination ) for a complete implementation.
21032103
21042104### Writing MCP Clients
21052105
You can’t perform that action at this time.
0 commit comments