Compatibility
Supported SDK Versions
Section titled “Supported SDK Versions”The AI SDK Assistant supports the following SDK versions:
| Version | Status | Index | Type | Notes |
|---|---|---|---|---|
| V2.01.00 | Latest | sdk-rag-system-v2-1 |
Camera Remote only (C++) | Current default for all new sessions |
| V2.00.00 | Supported | sdk-rag-system-v2 |
Camera Remote (C++, C#), PTP-2/3 (C++) | C# examples only available in this version |
Programming Languages
Section titled “Programming Languages”| Language | SDK Versions | Platforms |
|---|---|---|
| C++ | V2.01.00, V2.00.00 | Windows, macOS, Linux |
| C# | V2.00.00 only | Windows |
| Bash | V2.01.00, V2.00.00 | macOS, Linux |
Database Statistics
Section titled “Database Statistics”The AI SDK Assistant indexes 13,333+ pieces of SDK content across documentation, API references, code examples, and compatibility tables.
Compatible AI Platforms
Section titled “Compatible AI Platforms”The AI SDK Assistant works with any AI platform that supports MCP (Model Context Protocol). We only guarantee support for Anthropic’s Claude products.
| Platform | Account Required | Tool Permissions | Code Generation | Best For |
|---|---|---|---|---|
| Claude (Web/Mobile/Desktop) | Pro, Max, or Enterprise ($20+/mo) | Granular UI controls | Good — no codebase access | Most users |
| Claude Code (CLI) | Paid Claude account | File-based config | Excellent — full codebase access | Developers, automation |
| Cursor | Free or Pro | Settings UI or JSON config | Excellent — inline code editing | IDE-integrated workflows |
Platform Details
Section titled “Platform Details”Claude (Web, Mobile, Desktop) — Recommended
Best for: Most users who want the easiest setup with visual controls.
- Granular tool control: Enable/disable individual tools through an intuitive UI
- Permission levels: Set each tool to “always ask” or “allow unsupervised”
- Multi-platform: Works on web, iOS/Android, and desktop
- Best MCP support: Built by Anthropic (creators of MCP)
- 200K token context window
Requires Claude Pro ($20/month), Max, or Enterprise account.
Claude Code (CLI) — Recommended for Developers
Best for: Developers who want SDK assistance integrated into their development workflow.
- Full codebase access: Claude Code can read and edit your project files directly
- Granular permissions: Approve tools via settings files (version control friendly)
- Automation-friendly: Scriptable, supports subagents for parallel SDK research
- Multiple scopes: User, project, or local MCP server configurations
- 200K token context window
Requires a paid Claude account and the Claude Code CLI.
Cursor — Recommended for IDE Users
Best for: Developers who prefer an IDE-integrated experience with inline code editing.
- Native MCP support: Add servers via Settings UI or
.cursor/mcp.json - Inline code generation: AI can edit files directly in your editor
- Project and global scopes: Per-project or machine-wide configuration
- Supports stdio, SSE, and streamable-http transports
Available with Cursor Free or Pro accounts.
Which Platform Should You Choose?
Section titled “Which Platform Should You Choose?”- Claude (Web/Desktop) — easiest setup, best for learning the SDK and exploring documentation
- Claude Code — best for active development, codebase-aware, supports subagents and automation
- Cursor — best if you already use Cursor as your IDE and want SDK assistance inline
Getting Started
Section titled “Getting Started”Setup GuideStep-by-step instructions for connecting AI SDK Assistant to your chosen platform