Skip to content

Commit c204135

Browse files
update readme again
1 parent 54394d1 commit c204135

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ The server automatically detects `DJANGO_SETTINGS_MODULE` from your environment.
8686
python -m mcp_django --settings myproject.settings --debug
8787
```
8888

89-
**Using the management command** (requires adding `mcp_django` to `INSTALLED_APPS`):
89+
### Management Command
90+
91+
If you add `mcp_django` to `INSTALLED_APPS`, you can run it as a Django management command. This ensures the server runs within your Django project's environment and uses your project's settings:
9092

9193
```bash
9294
python manage.py mcp

0 commit comments

Comments
 (0)