mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Added ToolHandler.ts to manage tool execution and response formatting. - Implemented session management in SessionManager.ts for handling API keys and session data. - Created MCPServer.ts for initializing and managing the MCP server instance. - Developed SelectFieldGenerator.ts to generate select field objects for API queries. - Introduced SchemaConverter.ts for converting Zod schemas to JSON Schema format. - Built ToolGenerator.ts to generate MCP tools for OneUptime models, including CRUD operations. - Enhanced logging throughout the code for better traceability and debugging.