Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ new
Method
new
packages/cli/src/mcp/MCP.ts:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
33
export
class
Mcp implements Command {
34
public static
new
(): Mcp {
35
return
new
Mcp()
36
}
37
38
private constructor() {}
39
Callers
15
loadConfig.test.ts
File · 0.45
client-output-path.test.ts
File · 0.45
incomplete-schemas.test.ts
File · 0.45
preinstall.test.ts
File · 0.45
Init.vitest.ts
File · 0.45
update-message.test.ts
File · 0.45
config.test.ts
File · 0.45
artificial-panic.test.ts
File · 0.45
Studio.vitest.ts
File · 0.45
startStudioBff
Function · 0.45
checkpoint.test.ts
File · 0.45
CLI.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
2
startStudioBff
Function · 0.36
createCLI
Function · 0.36