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
Copy file name to clipboardExpand all lines: docs/specification/draft/server/tools.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ or data. In this case, the tool will return a URI that can be subscribed to or f
254
254
255
255
#### Embedded Resources
256
256
257
-
[Resources](resources)**MAY** be embedded to provide additional context
257
+
[Resources](/specification/draft/server/resources)**MAY** be embedded to provide additional context
258
258
or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers that use embedded resources **SHOULD** implement the `resources` capability:
"generate:json": "for f in schema/*/schema.ts; do typescript-json-schema --defaultNumberType integer --required --skipLibCheck \"$f\"\"*\" -o \"${f%ts}json\"; done",
0 commit comments