We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd4c9d + 84efa9c commit 79ec3caCopy full SHA for 79ec3ca
docs/first-server/typescript.mdx
@@ -372,7 +372,6 @@ This guide uses the OpenWeatherMap API. You'll need a free API key from [OpenWea
372
<Step title="Build and test">
373
```bash
374
npm run build
375
- npm link
376
```
377
</Step>
378
</Steps>
@@ -387,7 +386,8 @@ This guide uses the OpenWeatherMap API. You'll need a free API key from [OpenWea
387
386
{
388
"mcpServers": {
389
"weather": {
390
- "command": "weather-server",
+ "command": "node",
+ "args": ["/path/to/weather-server/build/index.js"],
391
"env": {
392
"OPENWEATHER_API_KEY": "your-api-key",
393
}
0 commit comments