Skip to main content

Definition

Assembly: Microsoft.OData.Mcp.Core.dll Namespace: Microsoft.OData.Mcp.Core.Configuration Inheritance: System.Enum

Syntax

Microsoft.OData.Mcp.Core.Configuration.McpDeploymentMode

Summary

Defines the deployment modes for MCP servers.

Values

NameValueDescription
Sidecar0Sidecar deployment runs as a separate service alongside the OData service.
Middleware1Middleware deployment integrates directly into the host ASP.NET Core application.
Hybrid2Hybrid deployment combines aspects of both sidecar and middleware modes.