We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c701132 commit ebc5545Copy full SHA for ebc5545
docs/specification/draft/server/utilities/completion.mdx
@@ -7,9 +7,9 @@ title: Completion
7
<Info>**Protocol Revision**: draft</Info>
8
9
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.
+autocompletion suggestions for the arguments of prompts and resource templates. When
+users are filling in argument values for a specific prompt (identified by name) or
+resource template (identified by URI), servers can provide contextual suggestions.
13
14
## User Interaction Model
15
0 commit comments