Skip to content

Commit bb90a77

Browse files
committed
ok seems like I was using a very old starter example
1 parent d958bfc commit bb90a77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
151151
};
152152
});
153153

154-
// TODO verify this is the proper new "not legacy" format (w/o embedded toolResult)
155154
server.setRequestHandler(
156155
CallToolRequestSchema,
157156
async (request): Promise<CallToolResult> => {

0 commit comments

Comments
 (0)