Skip to content

Commit 3fa08d7

Browse files
committed
improve instructions
1 parent 8e5bec9 commit 3fa08d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/01.discovery/01.problem.cors/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ export default {
8686
👨‍💼 Thanks Kellie! Let's take a look at that.
8787

8888
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

Comments
 (0)