MCPcopy Create free account
hub / github.com/garrytan/gstack / getExternalHosts

Function getExternalHosts

hosts/index.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 * These are the hosts that need generated skill docs.
62 */
63export function getExternalHosts(): HostConfig[] {
64 return ALL_HOST_CONFIGS.filter(c => c.name !== 'claude');
65}
66
67// Re-export individual configs for direct import
68export { claude, codex, factory, kiro, opencode, slate, cursor, openclaw, hermes, gbrain };

Callers 4

skill-check.tsFile · 0.90
createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected