You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,6 @@ Create OAuth credentials for a Desktop application in the console (step 3 above)
93
93
mkdir -p ~/.gmail-mcp
94
94
mv gcp-oauth.keys.json ~/.gmail-mcp/
95
95
```
96
-
Placing this file switches Vibe to self-hosted OAuth mode automatically.
97
96
98
97
---
99
98
@@ -111,11 +110,12 @@ Placing this file switches Vibe to self-hosted OAuth mode automatically.
111
110
>
112
111
> • **Gmail Fix:** Fixed an issue where Gmail integration would break after restarting the app
113
112
> • **Process Management:** Email server now properly shuts down when you quit the app
114
-
> • **Stability:** No more "port already in use" errors on subsequent launches
113
+
> • **Stability:** No more "port already in use" errors on subsequent launches
115
114
116
115
For the full technical changelog, see [CHANGELOG.md](CHANGELOG.md).
117
116
118
117
## Contributing
119
118
120
-
Please follow the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md). The project’s code of conduct is available in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
119
+
Please follow the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).
120
+
The project’s code of conduct is available in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
0 commit comments