MCPcopy Index your code
hub / github.com/simstudioai/sim / serverConfig

Function serverConfig

apps/sim/lib/mcp/connection-manager.test.ts:22–29  ·  view source on GitHub ↗
(id: string, name = `Server ${id}`)

Source from the content-addressed store, hash-verified

20}
21
22function serverConfig(id: string, name = `Server ${id}`) {
23 return {
24 id,
25 name,
26 transport: 'streamable-http' as const,
27 url: `https://${id}.example.com/mcp`,
28 }
29}
30
31const {
32 MockMcpClientConstructor,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected