mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-22 18:45:19 +02:00
Merge pull request #154 from rowboatlabs/tools_docs_update
Update docs with klavis and google exports
This commit is contained in:
commit
dd38ee7de3
1 changed files with 14 additions and 2 deletions
|
|
@ -5,7 +5,10 @@ In Rowboat, you can add tools to your agents by (a) selecting from a in-built li
|
||||||
|
|
||||||
#### Hosted MCP Library
|
#### Hosted MCP Library
|
||||||
|
|
||||||
Rowboat has partnered with  to provide a growing library of hosted MCP servers. You can obtain a 'KLAVIS_API_KEY' and add it to your env for the library to show up automatically under the tools section.
|
Rowboat has partnered with  to provide a growing library of hosted MCP servers. You can obtain a Klavis API key and set it using:
|
||||||
|
```bash
|
||||||
|
export KLAVIS_API_KEY=your-klavis-api-key
|
||||||
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -19,7 +22,16 @@ The servers you have enabled will show up under tools section in the build view
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Note: For GSuite tools, you need to get the google client ID from your GSuite account and set it to the env variable 'KLAVIS_GOOGLE_CLIENT_ID'.
|
Note: For GSuite tools, you need to get a Google Client ID and set it using:
|
||||||
|
```bash
|
||||||
|
export KLAVIS_GOOGLE_CLIENT_ID=your-google-client-id
|
||||||
|
```
|
||||||
|
|
||||||
|
To obtain a Google Client ID:
|
||||||
|
1. Go to the [Google Cloud Console](https://console.cloud.google.com)
|
||||||
|
2. Create a new project or select an existing one
|
||||||
|
3. Go to "APIs & Services" → "OAuth consent screen" and complete the setup
|
||||||
|
4. Go to "APIs & Services" → "Credentials" → "OAuth client ID" and create credentials for web application.
|
||||||
|
|
||||||
#### Custom MCP Server
|
#### Custom MCP Server
|
||||||
You can add any running MCP server in Settings -> Tools.
|
You can add any running MCP server in Settings -> Tools.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue