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
docs: Remove deprecated server example that was removed in main
- Remove 'Deprecated Server Example' section that conflicts with main's intent
- Update expectedServerJSONCount from 15 to 14 (12 original + 2 new URL templating examples)
Copy file name to clipboardExpand all lines: docs/reference/server-json/generic-server-json.md
-48Lines changed: 0 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -737,51 +737,3 @@ This example demonstrates URL templating for local/package servers, where variab
737
737
```
738
738
739
739
The `{port}` variable in the URL references either the `--port` argument name or the `port` valueHint from packageArguments. When the package runs with `--port 8080`, the URL becomes `http://localhost:8080/mcp`.
0 commit comments