File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 228
228
},
229
229
{
230
230
"group" : " Resources" ,
231
- "pages" : [
232
- " specification/versioning" ,
233
- " specification/contributing"
234
- ]
231
+ "pages" : [" specification/versioning" , " specification/contributing" ]
235
232
}
236
233
]
237
234
}
238
235
],
239
236
"global" : {
240
237
"anchors" : [
241
238
{
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"
250
242
},
251
243
{
252
244
"anchor" : " Java SDK" ,
259
251
"icon" : " square-k"
260
252
},
261
253
{
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"
265
262
},
266
263
{
267
264
"anchor" : " Swift SDK" ,
268
265
"href" : " https://github.com/modelcontextprotocol/swift-sdk" ,
269
266
"icon" : " swift"
267
+ },
268
+ {
269
+ "anchor" : " TypeScript SDK" ,
270
+ "href" : " https://github.com/modelcontextprotocol/typescript-sdk" ,
271
+ "icon" : " square-js"
270
272
}
271
273
]
272
274
}
310
312
}
311
313
],
312
314
"contextual" : {
313
- "options" : [
314
- " copy" ,
315
- " view"
316
- ]
315
+ "options" : [" copy" , " view" ]
317
316
}
318
317
}
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Servers expose a list of concrete resources via the `resources/list` endpoint. E
80
80
name : string ; // Human-readable name
81
81
description ?: string ; // Optional description
82
82
mimeType ?: string ; // Optional MIME type
83
+ size ?: number ; // Optional size in bytes
83
84
}
84
85
```
85
86
You can’t perform that action at this time.
0 commit comments