facing the issue - Empty string for `tos_uri` and ...
# general
h
facing the issue - Empty string for
tos_uri
and
logo_uri
causing validation errors during DCR with
@ory/mcp-oauth-provider
https://github.com/modelcontextprotocol/typescript-sdk/issues/940 looks like javascript zod validator does not like empty string zero value of golang, but unfortunately I could not able to find any way to pass
client_uri
,
tos_uri
and
logo_uri
via
oauth-provider
package's implementation
desperately looking for a solution
@magnificent-energy-493 can you please take a look
m
Hey @handsome-furniture-42144 great that you are checking out our MCP integration! It is still in "beta" so there are probably some rough edges. I think the best course of action is to create an issue detailing the problem and possible solutions. @early-magician-18981 might also be able to help you with this!
e
MCP is in such a state of flux around auth we are waiting to see what the next draft implements. For now, you may have to modify the MCP client SDK or the package on our side to put these values in place.
h
alright, thanks for the direction