Skip to content

Commit eb02b2a

Browse files
authored
Merge pull request modelcontextprotocol#753 from modelcontextprotocol/basil/relax_completion_order
relax completion order language
2 parents 34cda5c + 4c8ce58 commit eb02b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This page provides an overview of applications that support the Model Context Pr
3535
| [Goose][Goose] ||||||| Supports tools. |
3636
| [gptme][gptme] ||||||| Supports tools. |
3737
| [HyperAgent][HyperAgent] ||||||| Supports tools. |
38-
| [JetBrains AI Assistant][JetBrains AI Assistant] ||||||| Supports tools for all JetBrains IDEs. |
38+
| [JetBrains AI Assistant][JetBrains AI Assistant] ||||||| Supports tools for all JetBrains IDEs. |
3939
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||| Supports tools and resources. |
4040
| [LibreChat][LibreChat] ||||||| Supports tools for Agents |
4141
| [Lutra][Lutra] ||||||| Supports any MCP server for reusable playbook creation. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ what is being completed through a reference type:
7878
}
7979
```
8080

81-
For prompts or URI templates with multiple arguments, clients should resolve them in the order they are presented by the server, and include each previous completion in the `context.arguments` object to provide context for subsequent requests.
81+
For prompts or URI templates with multiple arguments, clients should include previous completions in the `context.arguments` object to provide context for subsequent requests.
8282

8383
**Request:**
8484

0 commit comments

Comments
 (0)