Rename mcp-vs-api-calls to mcp-vs-api to match the tutorial slug - #819
Open
stephengruppetta wants to merge 1 commit into
Open
Rename mcp-vs-api-calls to mcp-vs-api to match the tutorial slug#819stephengruppetta wants to merge 1 commit into
stephengruppetta wants to merge 1 commit into
Conversation
The post slug is mcp-vs-api, and materials folders match the post slug (python-mcp, python-mcp-client, python-copy). Also fixes the README's tutorial link, which pointed at a slug that never existed, and pins anthropic in the install command to match the tutorial.
Contributor
Author
@bartosz-zaczynski flagging for review when you get a chance — Stephen can't approve it since it was opened from his own account. Follow-up needed after this merges: the opt-in for this tutorial ( |
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
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.
The tutorial's slug is now
mcp-vs-api, and materials folders match the post slug (python-mcp,python-mcp-client,python-copy,python-json). This renames the folder to match.Two README fixes while in here:
realpython.com/mcp-vs-api-calls/, which is a slug that never existed. Now points atrealpython.com/mcp-vs-api/.anthropicunpinned, so it had drifted from the tutorial after today's tech-review fix. Now"anthropic>=1,<2", matching the article.ruff format --check,ruff check, anddircheck.pyall pass on the renamed folder.🤖 Opened by Claude Code (RPBot) from Stephen's account, with his permission, after a discussion with him.