MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / mcp-registry.test.ts

File mcp-registry.test.ts

test/mcp-registry.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from 'vitest';
2import { buildServerEntry } from '../src/mcp/config-writer.js';
3import { findMcpSpec, listMcpSpecs } from '../src/mcp/registry.js';
4import { expandEnvRefs } from '../src/mcp/manager.js';

Callers

nothing calls this directly

Calls 4

listMcpSpecsFunction · 0.85
findMcpSpecFunction · 0.85
buildServerEntryFunction · 0.85
expandEnvRefsFunction · 0.85

Tested by

no test coverage detected