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 c47c876 commit 5d036f0Copy full SHA for 5d036f0
mcp/src/main/java/io/modelcontextprotocol/spec/McpSchema.java
@@ -79,7 +79,7 @@ private McpSchema() {
79
80
public static final String METHOD_NOTIFICATION_PROMPTS_LIST_CHANGED = "notifications/prompts/list_changed";
81
82
- public static final String METHOD_COMPLETION_COMPLETE = "completions/complete";
+ public static final String METHOD_COMPLETION_COMPLETE = "completion/complete";
83
84
// Logging Methods
85
public static final String METHOD_LOGGING_SET_LEVEL = "logging/setLevel";
0 commit comments