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 79b2444 commit 1547891Copy full SHA for 1547891
src/modules/mcp/services/mcp.ts
@@ -80,8 +80,6 @@ const GetResourceReferenceSchema = z.object({
80
.describe("ID of the resource to reference (1-100)"),
81
});
82
83
-const ElicitInputsSchema = z.object({});
84
-
85
enum ToolName {
86
ECHO = "echo",
87
ADD = "add",
@@ -635,7 +633,6 @@ export const createMcpServer = (): McpServerWrapper => {
635
633
}
636
634
637
if (name === ToolName.ELICIT_INPUTS) {
638
- // Call elicitInput on the server to request user input
639
const result = await extra.sendRequest({
640
method: 'elicitation/create',
641
params: {
0 commit comments