Skip to content

Commit 0936258

Browse files
committed
small mistake
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 8ed6bec commit 0936258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ex_app/lib/all_tools/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
async def get_tools(nc: Nextcloud):
15-
mcp_json = nc.appconfig_ex.get_value("mcp_config", {})
15+
mcp_json = nc.appconfig_ex.get_value("mcp_config", "{}")
1616
try:
1717
mcp_config = json.loads(mcp_json)
1818
except JSONDecodeError:

0 commit comments

Comments
 (0)