Skip to content

Commit ab9d052

Browse files
committed
fix: any condition
1 parent 1fb80f3 commit ab9d052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_server_appwrite/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def register_services(args):
9090

9191
# If no services were specified, enable tables_db by default
9292
if not any([args.databases, args.tables_db, args.users, args.teams, args.storage,
93-
args.functions, args.messaging, args.locale, args.avatars]):
93+
args.functions, args.messaging, args.locale, args.avatars, args.sites]):
9494
tools_manager.register_service(Service(TablesDB(client), "tables_db"))
9595

9696
async def serve() -> Server:

0 commit comments

Comments
 (0)