MCPcopy
hub / github.com/haydenbleasel/ultracite / differentiator

Function differentiator

packages/data/src/agents.ts:115–123  ·  view source on GitHub ↗
(
  title: string,
  description: string,
  icon: string
)

Source from the content-addressed store, hash-verified

113});
114
115const differentiator = (
116 title: string,
117 description: string,
118 icon: string
119): AgentDifferentiator => ({
120 description,
121 icon,
122 title,
123});
124
125const runPackageScript = (
126 packageManager: string,

Callers 1

agents.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…