Skip to content

Commit 721fc4f

Browse files
authored
Update index.ts
1 parent e999ef5 commit 721fc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
796796
content: [{ type: "text", text: JSON.stringify(task, null, 2) }],
797797
};
798798
}
799-
case "add_comment_task": {
799+
case "add_task_comment": {
800800
const taskId = getIdValidated(request.params.arguments.taskId);
801801
const text = request.params.arguments.text;
802802
const commentData = { taskId, text } as CommentCreate;

0 commit comments

Comments
 (0)