MCPcopy
hub / github.com/upstash/context7 / getAgent

Function getAgent

packages/cli/src/setup/agents.ts:273–275  ·  view source on GitHub ↗
(name: SetupAgent)

Source from the content-addressed store, hash-verified

271};
272
273export function getAgent(name: SetupAgent): AgentConfig {
274 return agents[name];
275}
276
277export const ALL_AGENT_NAMES: SetupAgent[] = Object.keys(agents) as SetupAgent[];
278

Callers 14

hasMcpConfigFunction · 0.85
hasRuleFunction · 0.85
hasSkillFunction · 0.85
uninstallMcpFunction · 0.85
uninstallRuleFunction · 0.85
uninstallSkillsFunction · 0.85
uninstallAgentFunction · 0.85
removeCommandFunction · 0.85
installRuleFunction · 0.85
setupAgentFunction · 0.85
setupMcpFunction · 0.85
setupCliAgentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected