mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 16:38:04 +08:00
fix: auth error not raise
This commit is contained in:
@ -135,7 +135,7 @@ class MCPServerReuqestHandler:
|
||||
return types.ListToolsResult(
|
||||
tools=[
|
||||
types.Tool(
|
||||
name=self.mcp_server.name,
|
||||
name=self.app.name,
|
||||
description=self.mcp_server.description,
|
||||
inputSchema=self.parameter_schema,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user