feat: add server identifer field

This commit is contained in:
Novice
2025-06-26 10:32:05 +08:00
parent 8f61408cb6
commit ef35e9febb
2 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,7 @@ class ToolTransformService:
updated_at=int(db_provider.updated_at.timestamp()),
label=I18nObject(en_US=db_provider.name, zh_Hans=db_provider.name),
description=I18nObject(en_US="", zh_Hans=""),
server_identifier=db_provider.server_identifier,
)
@staticmethod