Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
128
export
async
function
startServer(): Promise<void> {
129
const
server = createServer()
130
const
transport =
new
StdioServerTransport()
131
await
server.connect(transport)
132
}
Callers
1
bin.ts
File · 0.90
Calls
2
createServer
Function · 0.85
connect
Method · 0.80
Tested by
no test coverage detected