Skip to content
Docs Try Aspire
Docs Try

withInspectedMcpServer

Method
📦 CommunityToolkit.Aspire.Hosting.McpInspector v13.4.0
interface McpInspectorResource {
// ... omitted for brevity
withInspectedMcpServer(
mcpServer: IResourceWithEndpoints,
isDefault?: boolean,
transportType?: McpTransportType,
path?: string): McpInspectorResource;
}

Signature

method withInspectedMcpServer builder
Configures the MCP Inspector resource to use a specified MCP server resource that uses SSE as the transport type.
withInspectedMcpServer(
mcpServer: IResourceWithEndpoints,
isDefault?: boolean,
transportType?: McpTransportType,
path?: string): McpInspectorResource
mcpServer IResourceWithEndpoints
isDefault boolean optional = True
transportType McpTransportType optional = StreamableHttp
path string optional = /mcp
McpInspectorResource

Applies to

This method applies to the following types: