MCP Resource Node
Creates an MCP resource that can be connected to MCP nodes
Creates an MCP resource that can be connected to MCP nodes
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Inputs | inputSchema | botdojo/types/json_schema | Object | ||
| Path | path | botdojo/types/string | Resource path (appended to RESOURCE URI) | ||
| Name | name | botdojo/types/string | Display name for the resource | ||
| Description | resourceDescription | botdojo/types/string | Description of the resource | ||
| MIME Type | mimeType | botdojo/types/string | Content type (e.g., text/markdown, application/json) | text/markdown | |
| Location | location | botdojo/types/string | Where content lives - inline (in card) or external (fetched on demand) | inline | |
| Content | content | botdojo/types/template | Resource content (supports Handlebars templating) | Object |
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| Resource | resource | botdojo/types/model_context/resource | The MCP resource definition | null |