menu
dart_mcp package
documentation
server.dart
MCPServer
isActive property
isActive property
dark_mode
light_mode
isActive
property
bool
get
isActive
inherited
Whether the connection with the peer is active.
Implementation
bool get isActive => !_peer.isClosed;
dart_mcp package
documentation
server
MCPServer
isActive property
MCPServer class