Skip to content

Documentation / @agentick/core / MCPResource

Interface: MCPResource

Defined in: core/src/mcp/types.ts:66

An MCP resource discovered from a server. Enriched with serverName so the routing layer knows where it came from.

Properties

description?

optional description: string

Defined in: core/src/mcp/types.ts:69


mimeType?

optional mimeType: string

Defined in: core/src/mcp/types.ts:70


name

name: string

Defined in: core/src/mcp/types.ts:68


serverName

serverName: string

Defined in: core/src/mcp/types.ts:71


uri

uri: string

Defined in: core/src/mcp/types.ts:67

Released under the ISC License.