Skip to content

Commit ebc5545

Browse files
authored
(docs) Update Completions introduction (modelcontextprotocol#1552)
* Update Completions intro to clarify their use for Arguments, and Prompt Name/Resource URI is used as identity. * prettier
1 parent c701132 commit ebc5545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/specification/draft/server/utilities/completion.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ title: Completion
77
<Info>**Protocol Revision**: draft</Info>
88

99
The Model Context Protocol (MCP) provides a standardized way for servers to offer
10-
argument autocompletion suggestions for prompts and resource URIs. This enables rich,
11-
IDE-like experiences where users receive contextual suggestions while entering argument
12-
values.
10+
autocompletion suggestions for the arguments of prompts and resource templates. When
11+
users are filling in argument values for a specific prompt (identified by name) or
12+
resource template (identified by URI), servers can provide contextual suggestions.
1313

1414
## User Interaction Model
1515

0 commit comments

Comments
 (0)