Skip to content

Commit 0727ca5

Browse files
Merge pull request modelcontextprotocol#1316 from KnorpelSenf/patch-1
docs: fix pluralization typo
2 parents 825c4c5 + 05b8974 commit 0727ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/learn/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The data layer implements a [JSON-RPC 2.0](https://www.jsonrpc.org/) based excha
8888
This layer includes:
8989

9090
- **Lifecycle management**: Handles connection initialization, capability negotiation, and connection termination between clients and servers
91-
- **Server features**: Enables servers to provides core functionality including tools for AI actions, resources for context data, and prompts for interaction templates from and to the client
91+
- **Server features**: Enables servers to provide core functionality including tools for AI actions, resources for context data, and prompts for interaction templates from and to the client
9292
- **Client features**: Enables servers to ask the client to sample from the host LLM, elicit input from the user, and log messages to the client
9393
- **Utility features**: Supports additional capabilities like notifications for real-time updates and progress tracking for long-running operations
9494

0 commit comments

Comments
 (0)