Description
Is your feature request related to a problem? Please describe.
When writing a new MCP server, developper might have to integrate against legacy oauth server that do not implement dynamic client registration. (DCR) We should document this scenario, where Dynamic client Registration has to be handle by the Proxy
Describe the solution you'd like
I am not sure if this should be only documentation, an example in the example/server folder, or maybe a new proxy next the the regular Proxy
Describe alternatives you've considered
I am currenlty tryig to do thing by extending the Proxy. I think it could work, but having documentation with best practices and security concerns in mind would be useful to all
Additional notes
Thanks for the amazing work. it is great to see the project moving quickly and taking into account user feedback.