CommunityToolkit.Aspire.Hosting.McpInspector
📦 CommunityToolkit.Aspire.Hosting.McpInspectorv13.4.05Functions
2Types
2 types and 0 members
Types
Functions
method
addMcpInspectorbuilderAdds a MCP Inspector container resource
addMcpInspector(name: string, clientPort?: number, serverPort?: number, inspectorVersion?: string, proxyToken?: ParameterResource): McpInspectorResourcemethod
withBunbuilderConfigures the MCP Inspector to use bun as the package manager.
withBun(): McpInspectorResourcemethod
withInspectedMcpServerbuilderConfigures 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): McpInspectorResourcemethod
withPnpmbuilderConfigures the MCP Inspector to use pnpm as the package manager.
withPnpm(): McpInspectorResourcemethod
withYarnbuilderConfigures the MCP Inspector to use yarn as the package manager.
withYarn(): McpInspectorResource