ToolingConfigurationOptions type

ตัวเลือกการกําหนดค่าการใช้เครื่องมือ - ขยายตัวเลือกรันไทม์ การแทนที่ทั้งหมดจะถูกเรียกบนการเข้าถึงคุณสมบัติแต่ละรายการ

สืบทอดมาจากตัวเลือกการกําหนดค่ารันไทม์:

  • clusterCategory
  • isNodeEnvDevelopment
type ToolingConfigurationOptions = RuntimeConfigurationOptions & {
  mcpPlatformAuthenticationScope?: () => string
  mcpPlatformEndpoint?: () => string
  useToolingManifest?: () => boolean
}