Conversation
WalkthroughA single documentation change adds a new “SDK Setup for Python” link under the README’s “Getting started” section, placed after the existing Python Pub/Sub link. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
24-24: Good addition; align link text casing with surrounding style.The adjacent bullet uses sentence case; consider "SDK setup for Python." for consistency.
Apply:
-* [SDK Setup for Python.](https://ably.com/docs/getting-started/setup?lang=python) +* [SDK setup for Python.](https://ably.com/docs/getting-started/setup?lang=python)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
README.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: check (3.10)
- GitHub Check: check (3.9)
- GitHub Check: check (3.13)
- GitHub Check: check (3.11)
- GitHub Check: check (3.8)
- GitHub Check: check (3.12)
- GitHub Check: check (3.7)
🔇 Additional comments (2)
README.md (2)
23-24: All links return HTTP 200; ready to merge.
36-36: Align minimum Python requirementChange the install instruction on line 55 to “Python 3.7 or greater” to match the CI test matrix (3.7–3.13):
- Install [Python](https://www.python.org/downloads/) version 3.8 or greater. + Install [Python](https://www.python.org/downloads/) version 3.7 or greater.
This PR:
Summary by CodeRabbit