You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/01.discovery/01.problem.cors/README.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,3 +86,5 @@ export default {
86
86
👨💼 Thanks Kellie! Let's take a look at that.
87
87
88
88
Now, start by understanding why CORS matters for MCP servers, implement the solution using the provided utility, and test that cross-origin requests work properly.
89
+
90
+
You'll know it's working when you try to run the OAuth flow in the MCP Inspector and you no longer get CORS errors in the network tab of your dev tools. Instead you'll get 404 errors instead and we'll deal with those in the next step.
0 commit comments