fix(coding): remediate ML-07 plugin authority

This commit is contained in:
2026-08-27 20:40:58 +08:00
parent 9407c67df2
commit cf13aa7eba
29 changed files with 1008 additions and 214 deletions

View File

@@ -16,6 +16,8 @@ function projection() {
items: [{
id: 'makelore.data-service',
version: '1.0.0',
contractVersion: 1,
requiresBackend: true,
displayName: '开发数据服务',
description: '项目数据',
enabled: false,
@@ -27,6 +29,10 @@ function projection() {
operations: [{
id: 'inspect',
billing: { mode: 'included', availability: 'available', notice: 'Fixed quotas apply' },
tool: {
name: 'data_service_inspect', label: 'Inspect', description: 'Inspect data',
mutation: 'read', permissions: ['project.data.read'],
},
}],
}],
settingsSurface: 'data-service',