MCPcopy
hub / github.com/davepoon/buildwithclaude / manager.test.ts

File manager.test.ts

packages/bwc-cli/tests/unit/config/manager.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest'
2import { ConfigManager } from '../../../src/config/manager'
3import { MCPServerConfig } from '../../../src/registry/types'
4import * as fs from 'fs-extra'

Callers

nothing calls this directly

Calls 15

createTestDirFunction · 0.90
cleanupTestDirFunction · 0.90
createTestConfigFunction · 0.90
resetInstanceMethod · 0.80
initMethod · 0.80
loadMethod · 0.80
loadUserConfigMethod · 0.80
addInstalledMCPServerMethod · 0.80
getMCPServerConfigMethod · 0.80

Tested by

no test coverage detected