Skip to content

Commit 6df4a0b

Browse files
authored
Merge branch 'main' into davidsp/fix-docs
2 parents c532e2c + 804f322 commit 6df4a0b

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

docs/docs.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -228,25 +228,17 @@
228228
},
229229
{
230230
"group": "Resources",
231-
"pages": [
232-
"specification/versioning",
233-
"specification/contributing"
234-
]
231+
"pages": ["specification/versioning", "specification/contributing"]
235232
}
236233
]
237234
}
238235
],
239236
"global": {
240237
"anchors": [
241238
{
242-
"anchor": "Python SDK",
243-
"href": "https://github.com/modelcontextprotocol/python-sdk",
244-
"icon": "python"
245-
},
246-
{
247-
"anchor": "TypeScript SDK",
248-
"href": "https://github.com/modelcontextprotocol/typescript-sdk",
249-
"icon": "square-js"
239+
"anchor": "C# SDK",
240+
"href": "https://github.com/modelcontextprotocol/csharp-sdk",
241+
"icon": "square-c"
250242
},
251243
{
252244
"anchor": "Java SDK",
@@ -259,14 +251,24 @@
259251
"icon": "square-k"
260252
},
261253
{
262-
"anchor": "C# SDK",
263-
"href": "https://github.com/modelcontextprotocol/csharp-sdk",
264-
"icon": "square-c"
254+
"anchor": "Python SDK",
255+
"href": "https://github.com/modelcontextprotocol/python-sdk",
256+
"icon": "python"
257+
},
258+
{
259+
"anchor": "Ruby SDK",
260+
"href": "https://github.com/modelcontextprotocol/ruby-sdk",
261+
"icon": "gem"
265262
},
266263
{
267264
"anchor": "Swift SDK",
268265
"href": "https://github.com/modelcontextprotocol/swift-sdk",
269266
"icon": "swift"
267+
},
268+
{
269+
"anchor": "TypeScript SDK",
270+
"href": "https://github.com/modelcontextprotocol/typescript-sdk",
271+
"icon": "square-js"
270272
}
271273
]
272274
}
@@ -310,9 +312,6 @@
310312
}
311313
],
312314
"contextual": {
313-
"options": [
314-
"copy",
315-
"view"
316-
]
315+
"options": ["copy", "view"]
317316
}
318317
}

docs/docs/concepts/resources.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Servers expose a list of concrete resources via the `resources/list` endpoint. E
8080
name: string; // Human-readable name
8181
description?: string; // Optional description
8282
mimeType?: string; // Optional MIME type
83+
size?: number; // Optional size in bytes
8384
}
8485
```
8586

0 commit comments

Comments
 (0)