mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 14:21:46 +00:00
fix(mcp): remove all file tools and remove ability to delete notifications
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp';
|
||||
import { registerTodoTools } from './tools/todos';
|
||||
import { registerFileTools } from './tools/files';
|
||||
import { registerAssignmentTools } from './tools/assignments';
|
||||
import { registerReservationTools } from './tools/reservations';
|
||||
import { registerTagTools } from './tools/tags';
|
||||
@@ -41,8 +40,6 @@ export function registerTools(server: McpServer, userId: number): void {
|
||||
|
||||
registerCollabTools(server, userId);
|
||||
|
||||
registerFileTools(server, userId);
|
||||
|
||||
registerVacayTools(server, userId);
|
||||
|
||||
registerTodoTools(server, userId);
|
||||
|
||||
Reference in New Issue
Block a user