Skip to content

Commit 9c536b7

Browse files
committed
refactor: clean up Server type annotation in index.ts
1 parent 0c6873f commit 9c536b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ const indexState: IndexState = {
6868
};
6969

7070

71-
import type { Server as MCPServer } from "@modelcontextprotocol/sdk/server/index.js";
72-
73-
const server: MCPServer = new Server(
71+
const server: Server = new Server(
7472
{
7573
name: "codebase-context",
7674
version: "1.3.0",

0 commit comments

Comments
 (0)