Ask a question to get started
Enter to send•Shift+Enter new line
scoped_mcp_server_name( plugin_id: str, server_name: str, ) -> str
plugin_id
str
Full plugin id in name@marketplace form.
name@marketplace
server_name
Unscoped server name from the plugin config.
Namespace a plugin-declared MCP server's name under its plugin id.
Plugin identifiers may contain characters rejected by dcode's MCP loader. Use __ as the namespace separator so names stay unique and valid.
__