Resource Manager MCP v2 Node
warning
This node is in beta and may not be fully tested or documented. Use with caution.
Advanced resource management with MCP registration, nested resources, and policy enforcement
Inputs
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Attached MCPs | attachedMcps | botdojo/interface/model_context | MCPs that are automatically opened when the node starts (can be closed by agent) | null | ✅ |
| Discoverable MCPs | discoverableMcps | botdojo/interface/model_context | MCPs that can be discovered and opened by the agent through search/list operations | null | ✅ |
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Resource URI Policy (Regex) | resourceUriPolicy | botdojo/types/string | Regular expression to filter which resource URIs are discoverable. Examples: - '^botdojo://storage/.' (only storage) - 'botdojo://(storage|document)/.' (storage and documents) - '.*' (all resources - default) | .* | ✅ |
| Allow Default Resources | allowDefaultResources | botdojo/types/boolean | Include system-registered resource providers (storage, documents, work queues, etc.) | true | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| Model Context | modelContext | botdojo/interface/model_context | Resource management model context with MCP-aware tools | null |