Share via


services Package

MCP tooling services package.

This package contains service implementations for MCP (Model Context Protocol) tooling functionality.

Modules

mcp_tool_server_configuration_service

MCP Tool Server Configuration Service.

This module provides the implementation of the MCP (Model Context Protocol) tool server configuration service that communicates with the tooling gateway to discover and configure MCP tool servers.

The service supports both development and production scenarios:

  • Development: Reads configuration from ToolingManifest.json
  • Production: Retrieves configuration from tooling gateway endpoint

Classes

McpToolServerConfigurationService

Provides services for MCP tool server configuration management.

This service handles discovery and configuration of MCP (Model Context Protocol) tool servers from multiple sources:

  • Development: Local ToolingManifest.json files
  • Production: Remote tooling gateway endpoints

Initialize the MCP Tool Server Configuration Service.