Skip to content

Commit 21ad2b0

Browse files
committed
Improve clarity of MCP Resource handling documentation.
1 parent f7c5319 commit 21ad2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mcp/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ MCP tools can include metadata that provides additional information about the to
313313

314314
## Resources
315315

316-
MCP servers can provide [resources](https://modelcontextprotocol.io/docs/concepts/resources) - files, data, or content that can be accessed by the client. Resources in MCP are designed to be application-driven, with host applications determining how to incorporate context based on their needs.
316+
MCP servers can provide [resources](https://modelcontextprotocol.io/docs/concepts/resources) - files, data, or content that can be accessed by the client. Resources in MCP are application-driven, with host applications determining how to incorporate context manually, based on their needs. This means they will _not_ be exposed to the LLM automatically (unless a tool returns a ResourceLink).
317317

318318
Pydantic AI provides methods to discover and read resources from MCP servers:
319319

0 commit comments

Comments
 (0)