Skip to content

Commit 4f0ac44

Browse files
committed
fix(mcp): remove tool
1 parent 466e6e2 commit 4f0ac44

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ import { prompts } from "./utils/prompts.js";
4848
import {
4949
listTicketsTool,
5050
handleListTicketsRequest,
51-
createTicketTool,
5251
handleCreateTicketRequest,
5352
} from "./tools/tickets.js";
5453
import {
@@ -97,7 +96,6 @@ function createServer() {
9796
dimensionsTool,
9897
dimensionTool,
9998
listTicketsTool,
100-
createTicketTool,
10199
listInvoicesTool,
102100
getInvoiceTool,
103101
listAllocationsTool,
@@ -188,7 +186,6 @@ export {
188186
handleDimensionsRequest,
189187
handleDimensionRequest,
190188
handleListTicketsRequest,
191-
handleCreateTicketRequest,
192189
createErrorResponse,
193190
formatZodError,
194191
handleGeneralError,

0 commit comments

Comments
 (0)