resourceUris property
Read-only snapshot of every registered resource URI (parity with
toolDefinitions / promptDefinitions). Used by hosts and tests to
confirm what the server exposes — e.g. the MCP Serving bundle document
at bundle://manifest.json.
Implementation
@override
List<String> get resourceUris => List<String>.unmodifiable(_resourceUris);