Skip to content

Commit 2c7346e

Browse files
committed
update readme
1 parent fdc7950 commit 2c7346e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ The following additional options are available:
5050

5151
- `--project-ref`: Used to scope the server to a specific project. See [project scoped mode](#project-scoped-mode).
5252
- `--read-only`: Used to restrict the server to read-only queries. See [read-only mode](#read-only-mode).
53+
- `--features`: Used to specify which feature groups to enable. Available features are: 'account', 'branching', 'database', 'debug', 'development', 'docs', 'functions', and 'storage'. Multiple features can be specified with comma separation (e.g., `--features=database,debug,docs`).
54+
- When no project is specified: Defaults to ['account', 'database', 'debug', 'docs', 'functions']
55+
- When a project is specified: Defaults to ['database', 'debug', 'docs', 'functions']
5356

5457
If you are on Windows, you will need to [prefix the command](#windows). If your MCP client doesn't accept JSON, the direct CLI command is:
5558

0 commit comments

Comments
 (0)