mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 16:53:22 +02:00
[WIP] Refactor everything server to be more modular and use recommended APIs.
[WIP] Adding Gzip File as Resource tool * Updated architecture.md * In resources/files.ts - remove 'Docs: ' from resource name * In resources/templates.ts - use blob instead of text in resource content
This commit is contained in:
@@ -106,7 +106,7 @@ export const blobResource = (uri: URL, resourceId: number) => {
|
||||
return {
|
||||
uri: uri.toString(),
|
||||
mimeType: "text/plain",
|
||||
text: resourceText,
|
||||
blob: resourceText,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user