Skip to main content

Module integration

Module integration 

Source
Expand description

MCP Integration Module

This module provides integration between the new MCP components (ConnectionManager, LifecycleManager, ConfigManager, ToolManager) and the existing ExtensionManager and tool registry systems.

§Features

  • Unified interface for MCP operations through ExtensionManager
  • Tool registry integration for exposing MCP tools
  • Permission system integration for MCP tool calls

§Requirements Coverage

  • 7.1: McpConnectionManager usable from ExtensionManager
  • 7.2: Use McpLifecycleManager to start servers when extension enabled
  • 7.3: Use McpLifecycleManager to stop servers when extension disabled
  • 7.4: Expose MCP tools through existing tool registry
  • 7.5: Apply existing permission rules to MCP tool calls

Structs§

McpIntegration
MCP Integration Manager