Skip to content

Commit ec7df69

Browse files
committed
fix: lint
1 parent 8d7fd19 commit ec7df69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/server/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,10 @@ export default {
7979
const url = new URL(request.url);
8080

8181
if (url.pathname === "/sse" || url.pathname === "/sse/message") {
82-
// @ts-ignore
8382
return MyMCP.serveSSE("/sse").fetch(request, env, ctx);
8483
}
8584

8685
if (url.pathname === "/mcp") {
87-
// @ts-ignore
8886
return MyMCP.serve("/mcp").fetch(request, env, ctx);
8987
}
9088

0 commit comments

Comments
 (0)