| 6 | |
| 7 | // Resource contents type following MCP spec |
| 8 | interface TextResourceContents { |
| 9 | uri: string |
| 10 | mimeType?: string |
| 11 | text: string |
| 12 | } |
| 13 | |
| 14 | interface BlobResourceContents { |
| 15 | uri: string |
nothing calls this directly
no outgoing calls
no test coverage detected