feat: auto-fill MCP server description with app description #22443 (#22477)

This commit is contained in:
baonudesifeizhai
2025-07-16 03:03:33 -04:00
committed by GitHub
parent 4a2169bd5f
commit d52fb18457
4 changed files with 35 additions and 13 deletions

View File

@@ -206,7 +206,7 @@ export const useCreateMCPServer = () => {
mutationKey: [NAME_SPACE, 'create-mcp-server'],
mutationFn: (payload: {
appID: string
description: string
description?: string
parameters?: Record<string, string>
}) => {
const { appID, ...rest } = payload