Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / / CollisionStrategy
Type Alias: CollisionStrategy
ts
type CollisionStrategy = "auto-prefix" | "priority" | "manual";Defined in: packages/tools/src/registry/types.ts:23
Strategy for resolving cross-source tool-name collisions.
'auto-prefix'(default) — rename losers with a stable namespace-derived prefix (e.g.linear.search_issuesfor an MCP server identifying aslinear).'priority'— keep the highest-priority registration per the precedence ladder; drop the rest.'manual'— refuse to register the loser; throw ToolCollisionError with a structured payload so the operator can configure either renaming or filtering.