MCPcopy Index your code
hub / github.com/deepnote/deepnote / startServer

Function startServer

packages/mcp/src/server.ts:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128export async function startServer(): Promise<void> {
129 const server = createServer()
130 const transport = new StdioServerTransport()
131 await server.connect(transport)
132}

Callers 1

bin.tsFile · 0.90

Calls 2

createServerFunction · 0.85
connectMethod · 0.80

Tested by

no test coverage detected