-
Notifications
You must be signed in to change notification settings - Fork 151
feat (AI): Add AI integration page with MCP configuration and PAT generation #7379
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
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, overall.
|
Not a blocker for this, but if the user clicks "create token", it'd be nice if it additionally templated it into the Claude config so you could one-click copy instead of copy/pasting twice and maybe messing up. |
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.
Pre-approving to unblock
…eration (#7379) * Add AI tab & MCP configuration section * Add personal access token section * Issue token immediately, not in a dialog * Don't show PAT section for public projects * Copy tweaks * Commit `package-lock.json` * Fix base URL * Inject PAT into the MCP JSON snippet * Remove needless classes * Fix lint * Move Prism CSS import to `CodeBlock` component (used in only one place in our app)
This PR adds a new "AI" tab that guides users through integrating their Rill project with an AI client using MCP. It includes:
Private projects:


Public projects:

Checklist: