Skip to content

Commit 164d276

Browse files
authored
Merge branch 'main' into fix-typescript-mcp-server-weather
2 parents 3887a57 + 3e550b0 commit 164d276

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/first-server/typescript.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ This guide uses the OpenWeatherMap API. You'll need a free API key from [OpenWea
4141
```bash
4242
OPENWEATHER_API_KEY=your-api-key-here
4343
```
44+
Make sure to add your environment file to `.gitignore`
45+
```bash
46+
.env
47+
```
4448
</Step>
4549
</Steps>
4650

0 commit comments

Comments
 (0)