mcp server tool alias (#4621)

This commit is contained in:
heheer
2025-04-22 15:25:11 +08:00
committed by GitHub
parent 6c61812e7a
commit 2dd5cf6d1f
8 changed files with 31 additions and 4 deletions

View File

@@ -10,5 +10,6 @@ export type McpKeyType = {
export type McpAppType = {
appId: string;
toolName: string;
toolAlias?: string;
description: string;
};