Skip to content

agent-sdk / Exports / IMarketplaceManifest

Interface: IMarketplaceManifest

Manifest format read from .claude-plugin/marketplace.json.

Table of contents

Properties

Properties

name

name: string

Defined in

agent-sdk/src/plugins/marketplace-client.ts:39


version

version: string

Defined in

agent-sdk/src/plugins/marketplace-client.ts:40


plugins

plugins: IMarketplacePluginEntry[]

Defined in

agent-sdk/src/plugins/marketplace-client.ts:41

Released under the MIT License.