-
Notifications
You must be signed in to change notification settings - Fork 144
docs: add mcp ui configurator to the vercel ai page #2123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Preview for this PR was built for commit |
|
@TC-MO I was not really sure where to put the tip, I know this is not perfect place since there is already one tip. Maybe you can figure out a better one - I was thinking below the code section but that does not make much sense to me honestly. |
TC-MO
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about this approach? We get rid of both admonitions, and expand prerequisites section regarding the API Token with info from 1st one.
While remaking 2nd admonition as general prose
|
|
||
| ### Prerequisites | ||
|
|
||
| - _Apify API token_: To use Apify Actors in Vercel AI SDK, you need an Apify API token. To obtain your token check [Apify documentation](https://docs.apify.com/platform/integrations/api). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - _Apify API token_: You need an Apify API token set as the `APIFY_TOKEN` environment variable. To obtain your token check [Apify documentation](https://docs.apify.com/platform/integrations/api). |
| Connect to the Apify MCP server and get all available tools for the AI agent: | ||
| :::warning Required setup | ||
| Make sure to set the `APIFY_TOKEN` environment variable with your Apify API token before running the code. | ||
| ::: | ||
| :::tip Easy configuration | ||
| Use the UI configurator `https://mcp.apify.com/` to select your tools visually, then copy the configuration to your client. | ||
| ::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ::: | |
| Connect to the Apify MCP server and get all available tools for the AI agent. You can use the [UI configurator](https://mcp.apify.com/) to select your tools visually and generate the configuration code below: |
|
Preview for this PR was built for commit |
remove stacked admonition remake them into prose
|
Preview for this PR was built for commit |
|
@TC-MO Cool, looks good, thank you 👍 |
TC-MO
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Note
Adds a tip in the Vercel AI SDK integration docs linking to the MCP UI configurator for visual tool selection and copying configuration.
https://mcp.apify.com/for visual tool selection and copying configuration into the client.Written by Cursor Bugbot for commit a8b0533. Configure here.