Skip to content

docs: improve README overview and organization#48

Merged
hrntknr merged 2 commits intomainfrom
docs/improve-readme-overview
Aug 20, 2025
Merged

docs: improve README overview and organization#48
hrntknr merged 2 commits intomainfrom
docs/improve-readme-overview

Conversation

@hrntknr
Copy link
Copy Markdown
Member

@hrntknr hrntknr commented Aug 20, 2025

Summary

Improved the README.md structure and content to provide clearer value proposition and better organization. The changes make it easier for users to understand what MCP Auth Proxy does and how to get started quickly.

Type of Change

  • docs: Documentation only changes

Related Issues

- Restructure opening with clearer value proposition
- Move key features to overview section for better discoverability
- Reorganize sections with client verification table prominently displayed
- Improve quickstart flow and simplify initial setup
- Enhance provider setup instructions with better organization
Copilot AI review requested due to automatic review settings August 20, 2025 17:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR improves the README.md structure and content to provide clearer value proposition and better organization for the MCP Auth Proxy project. The changes focus on making it easier for users to understand the project's purpose and get started quickly.

  • Restructured the README with a new overview section highlighting key features and benefits
  • Simplified the quickstart section to reduce initial complexity
  • Added a compatibility table for verified MCP clients
  • Reorganized configuration and setup sections for better flow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread README.md
3. Set redirect URI: `{EXTERNAL_URL}/.auth/oidc/callback`
4. Note the configuration URL (usually issuer URL + /.well-known/openid-configuration), client ID, and client secret
5. Configure the userinfo endpoint to return user identification field (default: email)
- *1: https://platform.openai.com/docs/mcp
Copy link

Copilot AI Aug 20, 2025

Choose a reason for hiding this comment

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

[nitpick] The footnote reference should use a standard format. Consider changing '(*1)' to '(1)' for consistency with markdown conventions.

Copilot uses AI. Check for mistakes.
Comment thread README.md
3. Set redirect URI: `{EXTERNAL_URL}/.auth/oidc/callback`
4. Note the configuration URL (usually issuer URL + /.well-known/openid-configuration), client ID, and client secret
5. Configure the userinfo endpoint to return user identification field (default: email)
- *1: https://platform.openai.com/docs/mcp
Copy link

Copilot AI Aug 20, 2025

Choose a reason for hiding this comment

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

[nitpick] The footnote reference should use a standard format. Consider changing '(*1)' to '(1)' for consistency with markdown conventions.

Copilot uses AI. Check for mistakes.
Comment thread README.md Outdated
1. Go to the [Google Cloud Console](https://console.cloud.google.com/)
2. Create a new project or select an existing one
3. Create OAuth consent screen
4. Credentials → Create credentials → OAuth client ID(Web application)
Copy link

Copilot AI Aug 20, 2025

Choose a reason for hiding this comment

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

The parentheses around 'Web application' use full-width characters (()) instead of standard ASCII parentheses. This should be changed to '(Web application)' for consistency.

Suggested change
4. Credentials → Create credentials → OAuth client IDWeb application
4. Credentials → Create credentials → OAuth client ID (Web application)

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

- Change filesystem path from / to ./ for better security
- Fix table formatting in verified MCP clients section
- Standardize punctuation in OAuth setup instructions
@hrntknr hrntknr merged commit 2cd3a2a into main Aug 20, 2025
6 checks passed
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.

2 participants