Skip to content

Conversation

@patrickkang
Copy link
Contributor

@patrickkang patrickkang commented Nov 18, 2025

Description

Adds python counterparts to MCP get started pages:

  • adds a new python tab under sample app on the Authorization for Your MCP Server and Call Your API on a user's behalf pages.
  • Quick downloads for python sample apps

References

Testing

Tested locally:

cd auth4genai
mint dev
image image
  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@patrickkang patrickkang marked this pull request as ready for review November 18, 2025 14:24
@patrickkang patrickkang requested a review from pmalouin November 18, 2025 15:29
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@auth0 auth0 deleted a comment from github-actions bot Nov 19, 2025
@patrickkang
Copy link
Contributor Author

Copy link
Contributor

@pmalouin pmalouin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of comments for the python quickstarts. I have not checked the JS quickstarts as a whole, but some of my feedback applies to it too.

@@ -0,0 +1,31 @@
From the root of your sample app directory, run the following command to create a new `.env` file populated with all the required environment variables:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we suggest to copy the .env.example file instead? There are some extra env variables set there that are missing in this block (which we can leave alone, but not too sure if we can omit them).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the command we have to create .env file is probably better here, because it populates all the required fields rather than copying and filling out the fields manually

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair enough, this particular one might not apply. But I see some other places in auth4genai/snippets/mcp/get-started/server-authorization.mdx where we instruct the developer to create a new .env file and manually add some variables to it. I suspect those ones should be improved, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, will update that page as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@patrickkang patrickkang merged commit 90b0ab6 into main Nov 27, 2025
8 checks passed
@patrickkang patrickkang deleted the aidx-319-mcp-python branch November 27, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants