MCPcopy Create free account
hub / github.com/Microck/opencode-studio / buildDefaultConfig

Function buildDefaultConfig

client-next/src/components/add-mcp-dialog.tsx:119–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119function buildDefaultConfig(): MCPConfig {
120 return {
121 command: [],
122 enabled: true,
123 type: "local",
124 };
125}
126
127export function AddMCPDialog({ onAdd }: AddMCPDialogProps) {
128 const [open, setOpen] = useState(false);

Callers 2

AddMCPDialogFunction · 0.85
resetFormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected