resourceUris property

  1. @override
List<String> get resourceUris
override

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);