Skip to content

Commit 1547891

Browse files
committed
fix elicitation
1 parent 79b2444 commit 1547891

File tree

1 file changed

+0
-3
lines changed
  • src/modules/mcp/services

1 file changed

+0
-3
lines changed

src/modules/mcp/services/mcp.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ const GetResourceReferenceSchema = z.object({
8080
.describe("ID of the resource to reference (1-100)"),
8181
});
8282

83-
const ElicitInputsSchema = z.object({});
84-
8583
enum ToolName {
8684
ECHO = "echo",
8785
ADD = "add",
@@ -635,7 +633,6 @@ export const createMcpServer = (): McpServerWrapper => {
635633
}
636634

637635
if (name === ToolName.ELICIT_INPUTS) {
638-
// Call elicitInput on the server to request user input
639636
const result = await extra.sendRequest({
640637
method: 'elicitation/create',
641638
params: {

0 commit comments

Comments
 (0)