Skip to content

Commit a27251e

Browse files
Update src/mcp/server/mcpserver/server.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 499dc77 commit a27251e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/mcpserver/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ async def elicit(
12241224
12251225
Args:
12261226
schema: A Pydantic model class defining the expected response structure, according to the specification,
1227-
only primive types are allowed.
1227+
only primitive types are allowed.
12281228
message: Optional message to present to the user. If not provided, will use
12291229
a default message based on the schema
12301230

0 commit comments

Comments
 (0)