MCPcopy Create free account
hub / github.com/universal-tool-calling-protocol/code-mode / main

Function main

code-mode-mcp/index.ts:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

index.tsFile · 0.85

Calls 2

setupMcpToolsFunction · 0.85
initializeUtcpClientFunction · 0.85

Tested by

no test coverage detected