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

@@ -41,6 +41,9 @@ const McpKeySchema = new Schema({
toolName: {
type: String
},
toolAlias: {
type: String
},
description: {
type: String
}