fix: stabilize release validation

This commit is contained in:
Peter Steinberger
2026-05-02 07:10:33 +01:00
parent 71da5af164
commit bf6a02c6da
7 changed files with 107 additions and 25 deletions

View File

@@ -22,6 +22,50 @@
"feishu_wiki"
]
},
"toolMetadata": {
"feishu_app_scopes": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_create_app": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_create_field": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_create_record": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_get_meta": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_get_record": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_list_fields": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_list_records": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_bitable_update_record": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_chat": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_doc": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_drive": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_perm": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
},
"feishu_wiki": {
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
}
},
"channelEnvVars": {
"feishu": [
"FEISHU_APP_ID",