Table of Contents

Class McpEcosystemTools

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

MCP ecosystem import, sync, and drift detection tools. Handles bidirectional config reconciliation across Claude, OpenClaw, and JD.AI.

[ToolPlugin("mcpEcosystem")]
public sealed class McpEcosystemTools
Inheritance
McpEcosystemTools
Inherited Members

Methods

DetectDrift(string?)

[KernelFunction("mcp_drift")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string DetectDrift(string? homeDir = null)

Parameters

homeDir string

Returns

string

ExportEcosystem(string?)

[KernelFunction("mcp_ecosystem_export")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string ExportEcosystem(string? homeDir = null)

Parameters

homeDir string

Returns

string

ImportScan(string?)

[KernelFunction("mcp_import_scan")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string ImportScan(string? homeDir = null)

Parameters

homeDir string

Returns

string

ListQuarantine(string?)

[KernelFunction("mcp_quarantine")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string ListQuarantine(string? homeDir = null)

Parameters

homeDir string

Returns

string

Sync(string, bool, string?)

[KernelFunction("mcp_sync")]
[ToolSafetyTier(SafetyTier.ConfirmOnce)]
public static string Sync(string from = "all", bool dryRun = true, string? homeDir = null)

Parameters

from string
dryRun bool
homeDir string

Returns

string