Skip to content

Commit 138cf02

Browse files
authored
Remove confusing phrase from filters.md
1 parent c9b27e4 commit 138cf02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The MCP Server provides two levels of filters for intercepting and modifying req
1212
1. **Message Filters** - Low-level filters (`AddIncomingFilter`, `AddOutgoingFilter`) configured via `WithMessageFilters(...)` that intercept all JSON-RPC messages before routing.
1313
2. **Request-Specific Filters** - Handler-level filters (e.g., `AddListToolsFilter`, `AddCallToolFilter`) configured via `WithRequestFilters(...)` that target specific MCP operations.
1414

15-
The filters are stored in `McpServerOptions.Filters` and applied during server configuration.
15+
The filters are stored in `McpServerOptions.Filters`.
1616

1717
## Available Request-Specific Filter Methods
1818

0 commit comments

Comments
 (0)