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

Function createConfig

apps/sim/lib/mcp/client.test.ts:55–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53import type { McpClientOptions, McpServerConfig } from './types'
54
55function createConfig(): McpServerConfig {
56 return {
57 id: 'server-1',
58 name: 'Test Server',
59 transport: 'streamable-http',
60 url: 'https://test.example.com/mcp',
61 }
62}
63
64describe('McpClient notification handler', () => {
65 beforeEach(() => {

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected