Skip to content

Commit 720a235

Browse files
In-line comment
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent da1c1a5 commit 720a235

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mcp/types.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,7 @@ class ServerCapabilities(BaseModel):
287287
tools: ToolsCapability | None = None
288288
"""Present if the server offers any tools to call."""
289289
completions: CompletionsCapability | None = None
290-
"""
291-
Present if the server offers autocompletion suggestions for prompts and resources.
292-
"""
290+
"""Present if the server offers autocompletion suggestions for prompts and resources."""
293291
model_config = ConfigDict(extra="allow")
294292

295293

0 commit comments

Comments
 (0)