plugin_mcp_server_entries(
plugin: PluginInstance,
) -> tuple[tuple[str, str| Name | Type | Description |
|---|---|---|
plugin* | PluginInstance |
List plugin MCP servers as (label, scoped_name, needs_login) tuples.
label is the unscoped name from the plugin config (for UI). scoped_name
is what dcode registers after namespacing.
Plugin whose MCP declarations should be listed.