react-server675fbba4
react-servercommitf8f3091d6541
1 file changed+49 -0
Mdocs/src/pages/(agent-discovery).middleware.mjs+49 -0
@@ -143,6 +189,9 @@const wellKnown = {
143189 // Legacy path that some early scanners (incl. isitagentready.com) still
144190 // probe — alias to keep both readers happy until the spec is final.
145191 "/.well-known/mcp/server-card.json": () => json(mcpServerCard),
192+ "/.well-known/oauth-authorization-server": () =>
193+ json(oauthAuthorizationServer),
194+ "/.well-known/oauth-protected-resource": () => json(oauthProtectedResource),
146195 };
147196
148197 function json(body, contentType = "application/json; charset=utf-8") {