We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb80f3 commit ab9d052Copy full SHA for ab9d052
src/mcp_server_appwrite/server.py
@@ -90,7 +90,7 @@ def register_services(args):
90
91
# If no services were specified, enable tables_db by default
92
if not any([args.databases, args.tables_db, args.users, args.teams, args.storage,
93
- args.functions, args.messaging, args.locale, args.avatars]):
+ args.functions, args.messaging, args.locale, args.avatars, args.sites]):
94
tools_manager.register_service(Service(TablesDB(client), "tables_db"))
95
96
async def serve() -> Server:
0 commit comments