-
Notifications
You must be signed in to change notification settings - Fork 4
Add AI coding tools integration guide #58
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
Merged
Paulescu
merged 10 commits into
main
from
pau/feature/instructions-to-integrate-with-ai-tools
Feb 10, 2026
Merged
Add AI coding tools integration guide #58
Paulescu
merged 10 commits into
main
from
pau/feature/instructions-to-integrate-with-ai-tools
Feb 10, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replace README with comprehensive documentation that includes: - MCP integration instructions for Claude Code and Cursor - Contributing guidelines with Mintlify CLI setup - Link check workflow documentation - Updated banner with links to playground, docs, and LEAP Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Create two new documentation pages in the Get Started section: - Connect to Claude Code: Step-by-step MCP integration guide - Connect to Cursor: One-click and manual setup instructions Both pages include MCP protocol explanation and verification steps. Updated docs.json navigation to include the new pages. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Merged separate "Connect to Claude Code" and "Connect to Cursor" pages into a unified "Connect AI Tools" page for better discoverability and reduced navigation clutter. The combined page includes both setup paths with clear sections for each tool. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Cleaned up deprecated quickstart guides and runnable-examples infrastructure that are no longer needed in the documentation. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Added liquid_docs.png to display the documentation banner in README. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Simplified MCP server description for clarity. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Replaced manual JSON file editing with the correct `claude mcp add` CLI command for adding MCP servers. This is the proper way to configure Claude Code and simplifies the setup process from 3 steps to 2. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Added instructions to run `claude mcp list` to confirm the MCP server was successfully added before testing the connection. This helps users verify their setup is correct. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Changed the verification example from a generic question to a specific Android deployment question to better demonstrate the MCP server's capability to answer detailed technical questions. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Added the "Connect AI Tools" page to the "Get Started" sections of both SDK Reference and Examples tabs for consistent accessibility across all documentation sections. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Documentation Enhancements
docs/getting-started/connect-ai-tools.mdxconsolidating Claude Code and Cursor setup guidesCleanup
quickstart.mdxand 8 quickstart guide filesrunnable-examples/directory (5 files)docs.jsonto feature the unified AI tools pageTest plan
🤖 Generated with Claude Code