Skip to main content

Interface: MCPResourceWithServer

Defined in: packages/mcp/src/manager.ts:30

Extended resource info with server origin

Extends

Properties

description?

optional description?: string

Defined in: packages/mcp/src/types.ts:204

Description of the resource

Inherited from

MCPResource.description


mimeType?

optional mimeType?: string

Defined in: packages/mcp/src/types.ts:206

MIME type of the resource content

Inherited from

MCPResource.mimeType


name

name: string

Defined in: packages/mcp/src/types.ts:202

Human-readable name

Inherited from

MCPResource.name


server

server: string

Defined in: packages/mcp/src/manager.ts:31


uri

uri: string

Defined in: packages/mcp/src/types.ts:200

Resource URI

Inherited from

MCPResource.uri