Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Summary of ChangesHello @dianaprior, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the documentation for integrating TabPFN with n8n workflows. It introduces a clear, step-by-step guide for users to configure the TabPFN MCP as an agent tool within n8n, ensuring a smoother process for leveraging TabPFN's capabilities in automated scenarios. The update focuses on practical setup details, making it easier for users to connect and authenticate the service. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds helpful setup instructions for using TabPFN MCP with n8n. The changes are clear and add value to the documentation. I've provided one suggestion to address several minor grammatical points and improve link consistency, which will enhance the clarity and professionalism of the instructions.
| Follow these steps to setup TabPFN MCP as a tool that agent can use in n8n. | ||
|
|
||
| 1. Add a new tool to your agent: | ||
| - Add or find an existing AI Agent node | ||
| - Click on `+` underneath the `Tool` connector | ||
| - In the sidebar, find and select `MCP Client Tool` | ||
| 2. In the configuration pop-up, set the following: | ||
| - Endpoint: https://api.priorlabs.ai/mcp/server | ||
| - Server Transport: HTTP Streamable | ||
| - Authentication: Bearer | ||
| 3. Configure credential for authentication: | ||
| - Click on dropdown `Credential` for Bearer Auth and select `Create new credential` | ||
| - If you have already obtained Prior Labs API key, paste it to `Bearer` field | ||
| - If you don't have Prior Labs API key, follow instructions [here](https://docs.priorlabs.ai/api-reference/getting-started#1-get-your-access-token) to get started | ||
| - Press `Save` in top right corner | ||
|
|
||
| Once this is done, your TabPFN tool is ready to be used by the agent. |
There was a problem hiding this comment.
The new instructions for n8n are a great addition! I've found a few small opportunities to improve grammar, phrasing, and link consistency. The suggested changes below address these minor issues to enhance readability and maintainability of the documentation.
Follow these steps to set up TabPFN MCP as a tool that an agent can use in n8n.
1. Add a new tool to your agent:
- Add or find an existing AI Agent node
- Click on `+` underneath the `Tool` connector
- In the sidebar, find and select `MCP Client Tool`
2. In the configuration pop-up, set the following:
- Endpoint: https://api.priorlabs.ai/mcp/server
- Server Transport: HTTP Streamable
- Authentication: Bearer
3. Configure credentials for authentication:
- Click on the `Credential` dropdown for Bearer Auth and select `Create new credential`
- If you have already obtained a Prior Labs API key, paste it into the `Bearer` field
- If you don't have a Prior Labs API key, follow the instructions [here](/api-reference/getting-started#1-get-your-access-token) to get started
- Press `Save` in the top right corner
Once this is done, your TabPFN tool is ready to be used by the agent.
No description provided.