Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add header to MCP server to expand authentication capabilities #229

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

termixai-it
Copy link

Motivation and Context

This change introduces header-based authentication for MCP, improving security and access control. By requiring authentication headers in requests, we ensure that only authorized users can interact with MCP services.

How Has This Been Tested?

  • Added unit tests to verify authentication header validation.
  • Tested authentication flow in a real application environment.
  • Ensured that unauthorized requests are correctly rejected while maintaining backward compatibility.

Breaking Changes

No breaking changes; existing authentication mechanisms remain functional, and this addition does not affect previous implementations.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional Context

This implementation enhances security while keeping the request structure simple and efficient. No changes were made to the core authentication logic beyond requiring the new header.

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