Skip to content

Commit fc9f754

Browse files
committed
unused
1 parent 5a0a4a1 commit fc9f754

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@
33
import os from "os";
44
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
55
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
6-
import {
7-
CallToolRequestSchema,
8-
ListToolsRequestSchema,
9-
} from "@modelcontextprotocol/sdk/types.js";
10-
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
11-
import { runCommand } from "./run-command.js";
126

137
import { createRequire } from "module";
14-
import { verbose_log } from "./always_log.js";
158
import { registerPrompts } from "./prompts.js";
169
import { reisterTools } from "./tools.js";
1710
const require = createRequire(import.meta.url);

0 commit comments

Comments
 (0)