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
@@ -299,7 +299,7 @@ In this case, we'll add our single weather server like so:
299
299
300
300
<CodeGroup>
301
301
302
-
```jsonMacOS/Linux
302
+
```jsonmacOS/Linux
303
303
{
304
304
"mcpServers": {
305
305
"weather": {
@@ -335,13 +335,13 @@ In this case, we'll add our single weather server like so:
335
335
336
336
<Warning>
337
337
338
-
You may need to put the full path to the `uv` executable in the `command` field. You can get this by running `which uv` on MacOS/Linux or `where uv` on Windows.
338
+
You may need to put the full path to the `uv` executable in the `command` field. You can get this by running `which uv` on macOS/Linux or `where uv` on Windows.
339
339
340
340
</Warning>
341
341
342
342
<Note>
343
343
344
-
Make sure you pass in the absolute path to your server. You can get this by running `pwd` on MacOS/Linux or `cd` on Windows Command Prompt. On Windows, remember to use double backslashes (`\\`) or forward slashes (`/`) in the JSON path.
344
+
Make sure you pass in the absolute path to your server. You can get this by running `pwd` on macOS/Linux or `cd` on Windows Command Prompt. On Windows, remember to use double backslashes (`\\`) or forward slashes (`/`) in the JSON path.
345
345
346
346
</Note>
347
347
@@ -415,7 +415,7 @@ Now, let's create and set up our project:
415
415
416
416
<CodeGroup>
417
417
418
-
```bashMacOS/Linux
418
+
```bashmacOS/Linux
419
419
# Create a new directory for our project
420
420
mkdir weather
421
421
cd weather
@@ -767,7 +767,7 @@ For example, if you have [VS Code](https://code.visualstudio.com/) installed:
0 commit comments