Skip to content

Commit 1de9712

Browse files
committed
chore: lint
1 parent 99b113a commit 1de9712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/start-sse-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import express, { Request, Response } from "express";
1+
import express, { type Request, type Response } from "express";
22
import cors from "cors";
33
import { SSEServerTransport } from "@modelcontextprotocol/sdk/server/sse.js";
44
import type { StartServerOptions } from "../server/types.ts";

0 commit comments

Comments
 (0)