MCPServer({int port = 3001, String host = 'localhost', String? apiKey}) : _port = port, _host = host, _apiKey = apiKey;