chore: Remove MCP from the interface options section of the README#452
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the SDK’s top-level documentation to remove the “MCP Server” entry from the “Choose your interface” options list in the README.
Changes:
- Removed the “🤖 MCP Server (AI Agent Integration)” block from the “Choose your interface” section of
README.md.
| | **Best for** | Data scientists and developers who want to integrate the platform into Python-based workflows | | ||
| | **Use when** | Building custom analysis pipeline in Python for repeated usage and processing large datasets (10s-1000s of slides) | | ||
| | **Get started** | <a href="#example-notebooks-interact-with-the-aignostics-platform-from-your-python-notebook-environment">Run example notebooks</a> or <a href="#python-library-call-the-aignostics-platform-api-from-your-python-scripts">call the Aignostics Platform API from your Python scripts</a> | | ||
|
|
||
| ### 🤖 MCP Server (AI Agent Integration) | ||
|
|
||
| | | | | ||
| |---|---| | ||
| | **What it is** | Model Context Protocol server that exposes SDK functionality to AI agents like Claude | | ||
| | **Best for** | Users who want AI assistants to help with platform operations | | ||
| | **Use when** | Working with Claude Desktop or other MCP-compatible AI tools to manage datasets, submit runs, or query results | | ||
| | **Get started** | <a href="#mcp-server-integrate-with-ai-agents">Configure Claude Desktop for MCP integration</a> | | ||
|
|
||
| > 💡 Launchpad and CLI handle authentication automatically. Python Library requires manual setup (see [authentication section](#example-notebooks-interact-with-the-aignostics-platform-from-your-python-notebook-environment)). |
There was a problem hiding this comment.
README.md is generated from docs/partials/README_*.md (see header comment), but this change was applied only to README.md. The source partial (docs/partials/README_main.md) still includes the “🤖 MCP Server” entry in the “Choose your interface” section, so running make docs (which regenerates README.md) will reintroduce the removed content. Please update the partial(s) and re-generate README.md instead of editing the generated file directly to keep sources consistent.
|



No description provided.