CommunityToolkit.Aspire.Hosting.McpInspector
📦 CommunityToolkit.Aspire.Hosting.McpInspector v13.4.0 5 Functions
2 Types
2 types and 0 members
Types
Functions
method
addMcpInspector builder Adds a MCP Inspector container resource
addMcpInspector(name: string, clientPort?: number, serverPort?: number, inspectorVersion?: string, proxyToken?: ParameterResource): McpInspectorResource method
withBun builder Configures the MCP Inspector to use bun as the package manager.
withBun(): McpInspectorResource 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 method
withPnpm builder Configures the MCP Inspector to use pnpm as the package manager.
withPnpm(): McpInspectorResource method
withYarn builder Configures the MCP Inspector to use yarn as the package manager.
withYarn(): McpInspectorResource