Skip to content

Commit 0bc7f71

Browse files
RDCIST-3750: inner sourcing docs
1 parent 07d216f commit 0bc7f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md renamed to README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)