Max Isbey

Results 4 issues of Max Isbey

## Problem The Python SDK is stricter than the MCP specification when validating resource URIs. It rejects relative paths like `'users/me'` that are valid according to the spec and accepted...

bug
ready for work
P2

## Summary The `ServerSession` high-level methods for sending requests to clients (`create_message`, `elicit_form`) don't expose the `progress_callback` parameter, even though the underlying `BaseSession.send_request()` fully supports it. This means servers can't...

enhancement
ready for work
P2

## Summary Replaces environment variables with command-line arguments in the simple-auth-client example, providing a more flexible and intuitive interface for specifying server URLs and transport types. ## Motivation and Context...

enhancement
P3

## Summary - Updated resource templates documentation to show that `resources/templates/list` supports pagination - Matched the format used in the "Listing Resources" section for consistency - Applied changes across all...