Skip to content

Documentation / @agentick/mcp / ResourceContent

Interface: ResourceContent

Defined in: client/types.ts:83

Content returned by reading a resource.

Properties

blob?

optional blob: string

Defined in: client/types.ts:86


mimeType?

optional mimeType: string

Defined in: client/types.ts:87


text?

optional text: string

Defined in: client/types.ts:85


uri

uri: string

Defined in: client/types.ts:84

Released under the ISC License.