mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 23:48:04 +08:00
feat: upgrade streamable http client
This commit is contained in:
@ -1461,6 +1461,10 @@ class AppMCPServer(Base):
|
||||
|
||||
return result
|
||||
|
||||
@property
|
||||
def parameters_dict(self) -> dict[str, Any]:
|
||||
return json.loads(self.parameters)
|
||||
|
||||
|
||||
class Site(Base):
|
||||
__tablename__ = "sites"
|
||||
|
||||
Reference in New Issue
Block a user