We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6873f commit 9c536b7Copy full SHA for 9c536b7
src/index.ts
@@ -68,9 +68,7 @@ const indexState: IndexState = {
68
};
69
70
71
-import type { Server as MCPServer } from "@modelcontextprotocol/sdk/server/index.js";
72
-
73
-const server: MCPServer = new Server(
+const server: Server = new Server(
74
{
75
name: "codebase-context",
76
version: "1.3.0",
0 commit comments