()
| 39 | let utcpClient: CodeModeUtcpClient | null = null; |
| 40 | |
| 41 | async function main() { |
| 42 | setupMcpTools(); |
| 43 | utcpClient = await initializeUtcpClient(); |
| 44 | const transport = new StdioServerTransport(); |
| 45 | await mcp.connect(transport); |
| 46 | } |
| 47 | |
| 48 | const mcp = new McpServer({ |
| 49 | name: "CodeMode-MCP", |
no test coverage detected