Skip to content

Commit 4af2d4f

Browse files
committed
separate code block in README
1 parent 54c3010 commit 4af2d4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,10 +923,11 @@ server.tool(
923923
};
924924
}
925925
);
926+
```
926927

927-
// Client-side: Handle elicitation requests
928-
928+
Client-side: Handle elicitation requests
929929

930+
```typescript
930931
// This is a placeholder - implement based on your UI framework
931932
async function getInputFromUser(message: string, schema: any): Promise<{
932933
action: "accept" | "decline" | "cancel";

0 commit comments

Comments
 (0)