ToolingConfigurationOptions type
ツール構成オプション - ランタイム オプションを拡張します。 すべてのオーバーライドは、各プロパティ アクセスで呼び出される関数です。
RuntimeConfigurationOptions から継承されます。
- clusterCategory
- isNodeEnvDevelopment
type ToolingConfigurationOptions = RuntimeConfigurationOptions & {
mcpPlatformAuthenticationScope?: () => string
mcpPlatformEndpoint?: () => string
useToolingManifest?: () => boolean
}