Skip to content

Commit 0de33b1

Browse files
committed
fix
1 parent ab49455 commit 0de33b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/first-server/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Let's build your first MCP server in Python! We'll create a weather server that
306306
"weather-service"
307307
],
308308
"env": {
309-
"OPENWEATHER_API_KEY": "your-api-key",
309+
"OPENWEATHER_API_KEY": "your-api-key"
310310
}
311311
}
312312
}

0 commit comments

Comments
 (0)