Skip to content

Commit

Permalink
Updated GDrive
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshmurag committed Nov 20, 2024
1 parent 607845a commit 0c5ec31
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/gdrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ To authenticate and save credentials:
1. Run the server with the `auth` argument: `node ./dist auth`
2. This will open an authentication flow in your system browser
3. Complete the authentication process
4. Credentials will be saved for future use
4. Credentials will be saved in the root of this repo (i.e. `servers/.gdrive-server-credentials.json`)

### Running the server
### Usage with Desktop App

After authenticating:
To integrate this server with the desktop app, add the following to your app's server configuration:

1. Run the server normally: `node ./dist`
2. The server will load the saved credentials and start

Note: If you haven't authenticated yet, the server will prompt you to run with the `auth` argument first.
```json
{
"mcp-server-gdrive": {
"command": "mcp-server-gdrive"
}
}

0 comments on commit 0c5ec31

Please sign in to comment.