Skip to content

Add test for ProtectedResourceMetadataParsing#1236

Merged
pcarleton merged 21 commits intomodelcontextprotocol:mainfrom
yannj-fr:feature/expose-protected-resource-metadata
Sep 23, 2025
Merged

Add test for ProtectedResourceMetadataParsing#1236
pcarleton merged 21 commits intomodelcontextprotocol:mainfrom
yannj-fr:feature/expose-protected-resource-metadata

Conversation

@yannj-fr
Copy link
Copy Markdown
Contributor

@yannj-fr yannj-fr commented Aug 4, 2025

Motivation and Context

Add tests cases for insurring ProtectedResourceMetadata validation is correctly done

How Has This Been Tested?

with pytest

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

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