MCPcopy
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
33export class Mcp implements Command {
34 public static new(): Mcp {
35 return new Mcp()
36 }
37
38 private constructor() {}
39

Callers 15

loadConfig.test.tsFile · 0.45
preinstall.test.tsFile · 0.45
Init.vitest.tsFile · 0.45
config.test.tsFile · 0.45
Studio.vitest.tsFile · 0.45
startStudioBffFunction · 0.45
checkpoint.test.tsFile · 0.45
CLI.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 2

startStudioBffFunction · 0.36
createCLIFunction · 0.36