Skip to content

Interface: LockfileCapabilities

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:86

Capability sections in the lockfile.

Currently supports tools and prompts. Future sections may include resources and subscriptions.

Properties

prompts?

ts
readonly optional prompts: Readonly<Record<string, LockfilePrompt>>;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:90

Per-prompt declarative snapshots, sorted by prompt name


tools

ts
readonly tools: Readonly<Record<string, LockfileTool>>;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:88

Per-tool behavioral snapshots, sorted by tool name