Discovery MCP Node
Allows an agent to progressively discover and execute resources and MCP
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 | ✅ |
| Attached Resources | attachedResources | botdojo/types/array/resource_reference | Resources that are automatically opened on each request (re-attached if closed) | null | ✅ |
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Auto Open | autoOpenResources | botdojo/types/auto_open_resources | Resources to automatically open when the node starts. These must be permitted by the Security policy (if configured) and the user's security group policy. | null | ✅ |
| Security | resourcePolicy | botdojo/types/model_context_resource_policy_set | PolicySet that restricts which resources and tools this node can access. Supports URI patterns for broad access, or specific MCP selection with tool restrictions. | null | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| Model Context | modelContext | botdojo/interface/model_context | Resource management model context with MCP-aware tools | null |