MCPcopy
hub / github.com/benjitaylor/agentation / Feature

Interface Feature

package/example/src/app/components/FeaturesDemo.tsx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6type FeatureKey = "text-selection" | "element-click" | "multi-select" | "area-selection" | "animation-pause";
7
8interface Feature {
9 key: FeatureKey;
10 label: string;
11 caption: string;
12}
13
14const features: Feature[] = [
15 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…